@import "animate.css";
@font-face {
  font-family: 'yt';
  src: url('/static/chengtou/fonts/yt.ttf');
  src: url('/static/chengtou/fonts/yt.eot') format('embedded-opentype'), url('/static/chengtou/fonts/yt.woff') format('woff'), url('/static/chengtou/fonts/yt.ttf') format('truetype'), url('/static/chengtou/fonts/yt.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  margin: 0 auto;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, 'PingFang SC', 'Microsoft Yahei', 'WenQuanYi Micro Hei', 'Lucida Grande', 'Hiragino Sans GB', STHeiti, SimSun, sans-serif;
}
a {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  border: none;
}
body {
  overflow-x: hidden;
  z-index: 0;
  zoom: 1;
}
ul,
p {
  margin: 0;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.border0 {
  border: none !important;
}
.img_wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.myfadeOut {
  -webkit-animation-name: myfadeOutMove;
  animation-name: myfadeOutMove;
}
@keyframes login_line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes login_line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes myfadeOutMove {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.myAnimte_move1 {
  -moz-animation: mymove 0.1s forwards;
  -o-animation: mymove 0.1s forwards;
  animation: mymove 0.1s forwards;
  -webkit-animation: mymove 0.1s forwards;
  /*Safari and Chrome*/
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  -webkit-animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  -moz-transform-origin: 100% 70%;
  -ms-transform-origin: 100% 70%;
  -o-transform-origin: 100% 70%;
  transform-origin: 100% 70%;
  -webkit-transform-origin: 100% 70%;
}
@-webkit-keyframes mymove {
  0% {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes mymove {
  0% {
    -moz-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -moz-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes mymove {
  0% {
    transform: translate3d(100%, 0px, 0px);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes mymove {
  0% {
    -webkit-transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -0-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.pagination {
  list-style: none;
  float: right;
  margin: 20px 0 10px 0;
}
.pagination li {
  width: 65px;
  height: 50px;
  display: inline-block;
  float: left;
}
.pagination li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  cursor: pointer;
  background: #eaeaea;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -0-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.pagination li.active a {
  background: #c1a886;
  color: #fff;
}
.pagination li:hover a {
  background: #c1a886;
  color: #fff;
}
.pagination li.next {
  width: 110px;
}
.pagination li.prev {
  margin-left: 20px;
}
.pagination li.more {
  width: 80px;
}
.all_header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -0-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.all_header.menber_header {
  background: rgba(0, 0, 0, 0.3);
}
.all_header .logo {
  width: 235px;
  height: 52px;
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -0-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.all_header .logo img {
  width: 100%;
  display: block;
}
.all_header .navigation {
  width: 850px;
  height: 100%;
  z-index: 1;
  z-index: 100;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -0-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.all_header .navigation ul.first_nav {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -0-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.all_header .navigation ul.first_nav li {
  width: 11%;
  height: 100%;
  float: left;
  z-index: 101;
}
.all_header .navigation ul.first_nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  line-height: 90px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -0-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.all_header .navigation ul.first_nav li .second_nav {
  width: 8%;
  position: absolute;
  padding: 15px 0;
  z-index: 99;
  top: 77px;
  /*left: 0;*/
  visibility: hidden;
  opacity: 0;
  background: #272624;
  -moz-box-shadow: 0px 10px 8px rgba(9, 8, 9, 0.1);
  -webkit-box-shadow: 0px 10px 8px rgba(9, 8, 9, 0.1);
  box-shadow: 0px 10px 8px rgba(9, 8, 9, 0.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -0-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.all_header .navigation ul.first_nav li .second_nav.show {
  visibility: visible;
  opacity: 1;
}
.all_header .navigation ul.first_nav li .second_nav .item {
  width: auto;
  height: auto;
  margin: 10px 20px;
  display: inline-block;
  float: left;
}
.all_header .navigation ul.first_nav li .second_nav .item h4 {
  font-size: 14px;
  color: #fff;
  font-weight: inherit;
}
.all_header .navigation ul.first_nav li .second_nav .item h4 a {
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-weight: initial;
  line-height: inherit;
  overflow: inherit;
}
.all_header .navigation ul.first_nav li .second_nav .item h4 a:after {
  display: none;
}
.all_header .navigation ul.first_nav li .second_nav .item ul {
  margin-top: 10px;
  position: relative;
  padding-left: 10px;
}
.all_header .navigation ul.first_nav li .second_nav .item ul:before {
  content: '';
  width: 2px;
  height: 10px;
  background: #1e89e0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.all_header .navigation ul.first_nav li .second_nav .item ul li {
  display: inline-block;
  float: left;
  cursor: pointer;
  width: auto;
  height: auto;
  margin-left: 20px;
}
.all_header .navigation ul.first_nav li .second_nav .item ul li a {
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-weight: initial;
  line-height: inherit;
  overflow: inherit;
}
.all_header .navigation ul.first_nav li .second_nav .item ul li a:after {
  display: none;
}
.all_header .navigation ul.first_nav li .second_nav .item ul li:first-child {
  margin-left: 0;
}
.all_header .navigation ul.first_nav li.line {
  width: 120px;
  height: 4px;
  position: absolute;
  visibility: hidden;
  z-index: -1;
  bottom: 13px;
  background: #1e89e0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -0-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.all_header .language {
  font-size: 14px;
  margin-left: 10px;
  line-height: 90px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -0-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.all_header .language a {
  font-size: 14px;
  color: #dbdfe3;
  text-decoration: none;
  padding: 0 6px;
  border-right: 1px solid #dbdfe3;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.all_header .language a:last-child {
  border-right: 0;
}
.all_header .language a.active {
  color: #fff;
  font-weight: bold;
}
.all_header .search {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  margin-top: 35px;
  background: url('/static/chengtou/images/search_icon.png') 50% 50% no-repeat;
  -o-background-size: 100%;
  background-size: 100%;
  cursor: pointer;
  -webkit-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  -0-transition: margin 0.5s;
  -o-transition: margin 0.5s;
  transition: margin 0.5s;
}
.all_header .search.close {
  background: url('/static/chengtou/images/close_icon.png') 50% 50% no-repeat !important;
  -o-background-size: 21px;
  background-size: 21px;
}
.all_header .search_block {
  width: 100%;
  position: relative;
}
.all_header .search_block .search_box {
  width: 460px;
  padding: 10px 0;
  position: absolute;
  visibility: hidden;
  bottom: -160px;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -0-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.all_header .search_block .search_box input {
  background: none;
  border: none;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  line-height: 40px;
  width: 90%;
  height: 40px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff !important;
  float: left;
}
.all_header .search_block .search_box input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  font-size: 14px;
}
.all_header .search_block .search_box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  font-size: 14px;
}
.all_header .search_block .search_box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  font-size: 14px;
}
.all_header .search_block .search_box a {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 10;
  right: 25px;
  top: 20px;
  cursor: pointer;
}
.all_header .search_block .search_box a img {
  width: 100%;
  display: block;
}
.all_header .search_block .search_box.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.all_header.scroll_header {
  background-color: rgba(0, 0, 0, 0.85);
  height: 85px;
}
.all_header.scroll_header .navigation {
  height: 65px;
}
.all_header.scroll_header .navigation ul.first_nav {
  height: 100%;
  overflow: inherit;
}
.all_header.scroll_header .navigation ul.first_nav li {
  height: 65px;
}
.all_header.scroll_header .navigation ul.first_nav li a {
  line-height: 65px;
}
.all_header.scroll_header .navigation ul.first_nav li .second_nav {
  top: 65px;
  left: 0;
  background: #272624;
}
.all_header.scroll_header .navigation ul.first_nav li.line {
  bottom: 1px;
  height: 4px;
}
.all_header.scroll_header .search_box {
  background: rgba(0, 0, 0, 0.5);
  bottom: -130px;
}
.all_header.scroll_header .language {
  height: 65px;
  line-height: 65px;
}
.all_header.scroll_header .search {
  margin-top: 23px;
}
.all_header.scroll_header .logo {
  width: 190px;
  height: 52px;
  margin-top: 10px;
}
.home_wrapper {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home_wrapper .home_add_bg {
  width: 100%;
  background: url('/static/chengtou/images/add_bg.png') 0 0 no-repeat;
  background-size: cover;
}
.home_wrapper .home_carousel {
  width: 100%;
  height: 100%;
  position: relative;
}
.home_wrapper .home_carousel .owl-controls {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 3%;
  z-index: 101;
}
.home_wrapper .home_carousel .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 4px;
}
.home_wrapper .home_carousel .owl-theme .owl-dots .owl-dot.active span,
.home_wrapper .home_carousel .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ffffff;
  opacity: 1;
}
.home_wrapper .home_carousel ul {
  width: 100%;
  height: 100%;
  list-style: none;
  position: relative;
}
.home_wrapper .home_carousel ul .owl-item.active:after {
  content: "";
  height: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  animation: login_line 4.5s linear 1;
  -webkit-animation: login_line 4.5s linear 1;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px;
}
.home_wrapper .home_carousel ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.home_wrapper .home_carousel ul li .banner_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  color: #fff;
  text-align: left;
  /*background-color: rgba(0, 0, 0, 0.25);*/
}
.home_wrapper .home_carousel ul li .banner_img {
  position: absolute;
  left: 0;
  top: 0;
}
.home_wrapper .home_carousel ul li .banner_img img {
  width: 100%;
  /* height: 100%; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-transition: all 10s ease;
  -o-transition: all 10s ease;
  -moz-transition: all 10s ease;
  transition: all 10s ease;
}
.home_wrapper .home_carousel ul li .container {
  width: 1200px;
  height: 100%;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home_wrapper .home_carousel ul li .text_box {
  position: absolute;
  left: 10%;
  top: 40%;
  z-index: 10000;
}
.home_wrapper .home_carousel ul li .text_box h4 {
  font-size: 46px;
  color: #fff;
  margin: 10px 0;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -0-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
.home_wrapper .home_carousel ul li .text_box p {
  font-size: 24px;
  margin-top: 20px;
  margin: 20px 0;
  color: #fff;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -0-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
}
.home_wrapper .home_carousel ul li .text_box a {
  display: inline-block;
  width: 260px;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.3);
  font-size: 18px;
  text-decoration: none;
  color: #aca7a4;
  text-align: center;
  position: relative;
  margin: 40px 0;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -0-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
.home_wrapper .home_carousel ul li .text_box a i {
  font-size: 12px;
  position: absolute;
  left: 65%;
  top: 10px;
}
.home_wrapper .home_carousel ul li .text_box a:hover {
  color: #fff;
  background: #1e89e0;
}
.home_wrapper .home_carousel ul li .text_box a:hover:after {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.home_wrapper .home_carousel ul li .text_box img {
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -0-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
.home_wrapper .home_carousel ul li .text_box1 {
  top: 35%;
}
.home_wrapper .home_carousel ul li .text_box1 .banner_ph {
  display: none;
}
.home_wrapper .home_carousel ul .banner_bar {
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 5px;
  max-width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.home_advices {
  width: 100%;
  height: 60px;
  margin-top: 20px;
  background: #fff url('../images/advice_icon.png') 30px 50% no-repeat;
  -o-background-size: 20px;
  background-size: 20px;
  box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.1);
}
.home_advices .over_box {
  width: 100%;
  height: 30px;
  overflow: hidden;
  float: left;
  margin-top: 15px;
  padding-left: 65px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.home_advices .over_box a.more {
  font-size: 14px;
  color: #999999;
  margin-right: 24px;
  line-height: 30px;
  text-decoration: none;
}
.home_advices ul.news_li {
  position: absolute;
  top: 0;
  list-style: none;
}
.home_advices ul.news_li li {
  line-height: 30px;
}
.home_advices ul.news_li li a {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}
.home_advices ul.news_li li a span {
  color: #999999;
  margin-left: 60px;
}
.home_news {
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  background: url('/static/chengtou/images/home_new_bg.png') 0 0 no-repeat;
  background-size: cover;
}
.home_news .title {
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}
.home_news .title:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 2px;
  background: url(/static/chengtou/images/title_br.png) 0 0 no-repeat;
  background-size: 100%;
}
.home_news .title p {
  font-size: 36px;
  color: #000000;
}
.home_news .title p a {
  font-size: 31px;
  color: #000000;
  text-decoration: none;
}
.home_news .title p a span {
  display: block;
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  margin: 2px 0;
}
.home_news .new_center {
  width: 100%;
  height: 540px;
  margin-top: 30px;
  padding: 20px 0;
  list-style: none;
  box-sizing: border-box;
  position: relative;
  background-image: url('/static/chengtou/images/home_new.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.home_news .new_center .owl-stage-outer,
.home_news .new_center .owl-item,
.home_news .new_center .owl-stage {
  width: 100%;
  height: 100%;
}
.home_news .new_center .item {
  width: 30%;
  height: 100%;
  float: left;
  background: none !important;
  position: relative;
  padding: 30px 25px;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -0-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.home_news .new_center .item .wrap {
  width: 300px;
}
.home_news .new_center .item .wrap span {
  font-size: 16px;
  color: #ffffff;
}
.home_news .new_center .item .wrap p {
  width: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}
.home_news .new_center .item .wrap h4 {
  width: 100%;
  margin: 30px 0 20px 0;
  font-size: 21px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.home_news .new_center .item .wrap h4.num {
  font-style: inherit;
  color: rgba(255, 255, 255, 0.2);
  font-size: 113px;
  position: absolute;
  left: 20px;
  bottom: -35px;
  font-weight: inherit;
}
.home_news .new_center .item a {
  text-decoration: none;
  color: #fff;
}
.home_news .new_center .item a span {
  background: none;
}
.home_news .new_center .item.active {
  width: 40%;
}
.home_news .new_center .item.active .wrap {
  width: 400px;
  overflow: hidden;
}
.home_news .new_center .item.active a {
  opacity: 1;
  visibility: visible;
}
.home_news .new_center .owl-controls {
  position: absolute;
  right: 20px;
  bottom: 6%;
}
.home_news .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 4px;
}
.home_news .owl-theme .owl-dots .owl-dot.active span,
.home_news .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ffffff;
  opacity: 1;
}
.home_center {
  width: 100%;
  height: 720px;
  padding: 5% 0;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('/static/chengtou/images/center_bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center 0;
}
.home_center .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /*background: rgba(0, 0, 0, 0.25);*/
  z-index: 10;
}
.home_center .title {
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 7.5%;
  z-index: 11;
}
.home_center .title:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 2px;
  background: url(/static/chengtou/images/title_br.png) 0 0 no-repeat;
  background-size: 100%;
}
.home_center .title p {
  font-size: 36px;
  color: #fff;
}
.home_center .title p a {
  font-size: 31px;
  color: #fff;
  text-decoration: none;
}
.home_center .title p a span {
  display: block;
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  margin: 2px 0;
}
.home_center ul {
  width: 100%;
  margin-top: 10%;
  position: relative;
  z-index: 10;
}
.home_center ul li {
  width: 25%;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  display: inline-block;
  float: left;
  text-align: center;
}
.home_center ul li:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.home_center ul li img {
  width: 87px;
  height: 87px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -0-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.home_center ul li h4 {
  height: 65px;
  line-height: 65px;
  font-size: 46px;
  font-weight: 500;
  margin: 8% 0 3% 0;
  color: #fff;
}
.home_center ul li p {
  font-size: 16px;
  color: #fff;
}
.home_center a.more {
  display: inline-block;
  width: 260px;
  padding: 10px 0;
  font-size: 18px;
  text-decoration: none;
  color: #aca7a4;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 10%;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -0-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home_center a.more i {
  font-size: 12px;
  position: absolute;
  left: 65%;
  top: 10px;
}
.home_center a.more:hover {
  background: #1e89e0;
  color: #fff;
}
.home_center a.more:hover:after {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.home_strategy {
  width: 100%;
  padding: 60px 0 60px 0;
}
.home_strategy .title {
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}
.home_strategy .title:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 2px;
  background: url(/static/chengtou/images/title_br.png) 0 0 no-repeat;
  background-size: 100%;
}
.home_strategy .title p {
  font-size: 36px;
  color: #000;
}
.home_strategy .title p a {
  font-size: 31px;
  color: #000;
  text-decoration: none;
}
.home_strategy .title p a span {
  display: block;
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  margin: 2px 0;
}
.home_strategy .home_add {
  width: 100%;
  margin: 30px 0 0 0;
}
.home_strategy .home_add .owl-item {
  overflow: hidden;
}
.home_strategy .home_add .item {
  width: 32%;
  float: left;
  display: inline-block;
  margin: 0 1%;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -0-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.home_strategy .home_add .item img.bg {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -0-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home_strategy .home_add .item h4.tit {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  /*font-family: 'yt' !important;*/
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -0-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.home_strategy .home_add .item.item1 {
  margin-left: 0;
}
.home_strategy .home_add .item.item3 {
  margin-right: 0;
}
.home_strategy .home_add .item:hover {
  box-shadow: 0px 0px 20px rgba(36, 36, 36, 0.35);
}
.home_strategy .home_add .item:hover h4.tit {
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  opacity: 0;
}
.home_strategy .home_add .item:hover .text_block {
  -webkit-transform: translate3d(0%, 0px, 0px);
  -moz-transform: translate3d(0%, 0px, 0px);
  transform: translate3d(0%, 0px, 0px);
  left: 0;
  top: 0;
}
.home_strategy .home_add .item:hover img.bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.home_strategy .home_add .item .text_block {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  z-index: 100;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -0-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.home_strategy .home_add .item .text_block h4 {
  font-size: 28px;
  color: #fff;
  /*font-family: 'yt' !important;*/
}
.home_strategy .home_add .item .text_block p {
  font-size: 16px;
  color: #fff;
  margin-top: 20%;
  line-height: 30px;
}
.home_strategy .home_add .item .text_block a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
}
.home_strategy .home_add .item .text_block a img {
  width: 37px;
  position: relative;
  left: 10px;
  top: 13px;
  border-style: none;
}
.home_strategy .home_add .owl-controls {
  position: absolute;
  right: 20px;
  bottom: 6%;
}
.home_strategy .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 4px;
}
.home_strategy .owl-theme .owl-dots .owl-dot.active span,
.home_strategy .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ffffff;
  opacity: 1;
}
.home_aboutus {
  width: 100%;
  margin-top: 60px;
}
.home_aboutus .title {
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}
.home_aboutus .title p {
  font-size: 26px;
  color: #000000;
}
.home_aboutus .title p.sm {
  color: #999999;
  font-size: 14px;
  margin-top: 5px;
}
.home_aboutus .title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background: #ed2e2e;
}
.home_aboutus #swiper-container3 {
  padding: 50px 0 60px 0;
}
.home_aboutus #swiper-container3 .swiper-slide {
  width: 100%;
}
.home_aboutus #swiper-container3 .swiper-slide ul {
  width: 100%;
  list-style: none;
}
.home_aboutus #swiper-container3 .swiper-slide ul li {
  width: 20%;
  float: left;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -0-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.home_aboutus #swiper-container3 .swiper-slide ul li h4 {
  font-size: 22px;
  color: #333333;
  font-weight: initial;
}
.home_aboutus #swiper-container3 .swiper-slide ul li h4.active {
  color: #1e89e0;
}
.home_aboutus #swiper-container3 .swiper-slide ul li img {
  width: 115px;
  height: 115px;
  display: inline-block;
  margin: 30px auto;
}
.home_aboutus #swiper-container3 .swiper-slide ul li p {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home_aboutus #swiper-container3 .swiper-pagination span {
  background: #d2d2d2;
  opacity: 1;
}
.home_aboutus #swiper-container3 .swiper-pagination span.swiper-pagination-bullet-active {
  width: 25px;
  background: #1e89e0;
  border-radius: 10px;
}
.home_future {
  width: 100%;
  min-height: 200px;
  position: relative;
  padding: 5% 0 10% 0;
  box-sizing: border-box;
  overflow: hidden;
  background: url('/static/chengtou/images/future_bg.png') center center no-repeat;
  background-size: cover;
}
.home_future img.bg {
  width: 100%;
  height: 500px;
  display: block;
}
.home_future img.dom {
  position: absolute;
  width: 100%;
  z-index: 9;
  left: 0;
  bottom: 0;
}
.home_future .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  z-index: 10;
  left: 0;
  top: 0;
}
.home_future .text {
  width: 1200px;
  position: relative;
  z-index: 11;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
}
.home_future .text ul {
  width: 80%;
  list-style: none;
  margin: 0 auto;
}
.home_future .text ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.home_future .text ul li img {
  width: 46px;
  height: 40px;
  display: block;
  margin-bottom: 16px;
}
.home_future .text ul li p {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.home_future .text .title {
  position: relative;
  padding-bottom: 10px;
  top: -20px;
}
.home_future .text .title:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 2px;
  background: url(/static/chengtou/images/title_br.png) 0 0 no-repeat;
  background-size: 100%;
}
.home_future .text .title p {
  font-size: 36px;
  color: #f2d0b0;
}
.home_future .text .title p img {
  width: 142px;
  height: 34px;
  display: block;
  margin-bottom: 10px;
}
.home_future .text .title p a {
  font-size: 31px;
  color: #fff;
  text-decoration: none;
}
.home_future .text .title p span {
  display: block;
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  margin: 2px 0;
}
.home_future .text p.sm {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: left;
}
.home_future .pages_footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  margin-top: 70px;
}
.home_window {
  width: 100%;
  margin-top: 50px;
}
.home_window .title {
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}
.home_window .title p {
  font-size: 26px;
  color: #000000;
}
.home_window .title p.sm {
  color: #999999;
  font-size: 14px;
  margin-top: 5px;
}
.home_window .title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background: #ed2e2e;
}
.home_window ul {
  width: 100%;
  margin-top: 44px;
}
.home_window ul li {
  width: 32%;
  list-style: none;
  display: inline-block;
  float: left;
  margin: 0 1%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -0-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.home_window ul li:first-child {
  margin-left: 0;
}
.home_window ul li:last-child {
  margin-right: 0;
}
.home_window ul li:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0px 0px 10px rgba(36, 36, 36, 0.2);
}
.home_window ul li img {
  width: 100%;
  display: block;
}
.home_window ul li .content {
  padding: 25px 10%;
  border: 1px solid #dcdcdc;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.home_window ul li .content h4 {
  width: 223px;
  color: #333333;
  font-size: 18px;
  position: relative;
  font-weight: initial;
  text-align: center;
}
.home_window ul li .content h4:after {
  content: '';
  width: 30px;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  background: #1e89e0;
}
.home_window ul li .content p {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  text-align: left;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.childpage_wrapper {
  width: 100%;
}
.childpage_wrapper .banner_block {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 480px;
}
.childpage_wrapper .banner_block .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}
.childpage_wrapper .banner_block .banner_text {
  display: none;
}
.childpage_wrapper .banner_block .container {
  height: 100%;
  position: relative;
}
.childpage_wrapper .banner_block img {
  width: 1920px;
  /*图片宽度*/
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
  /*图片宽度的一半*/
}
.childpage_wrapper .banner_block p,
.childpage_wrapper .banner_block h4 {
  position: absolute;
  z-index: 101;
  left: 0;
  bottom: 145px;
  font-size: 65px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.childpage_wrapper .banner_block h4 {
  font-size: 48px;
  color: #fff;
  left: 25px;
  bottom: 130px;
  letter-spacing: 5px;
}
.childpage_wrapper .nav_wrapper {
  width: 100%;
  height: 64px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  margin-top: -64px;
  z-index: 101;
}
.childpage_wrapper .nav_wrapper ul.nav_block {
  width: 100%;
  height: 64px;
  list-style: none;
}
.childpage_wrapper .nav_wrapper ul.nav_block li {
  width: 192px;
  height: 100%;
  text-align: center;
  line-height: 64px;
  float: left;
  box-sizing: border-box;
  font-size: 21px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 2px;
  font-weight: initial;
  position: relative;
  overflow: hidden;
}
.childpage_wrapper .nav_wrapper ul.nav_block li.active {
  color: #301b15;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3dcbf), to(#c5ac8a));
  background: -webkit-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: -moz-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: -o-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: -ms-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: linear-gradient(111deg, #f3dcbf, #c5ac8a);
}
.childpage_wrapper .content_block {
  width: 100%;
}
.childpage_wrapper .content_block .second_page {
  padding-bottom: 30px;
  display: none;
}
.childpage_wrapper .content_block .second_page .title {
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}
.childpage_wrapper .content_block .second_page .title h4 {
  font-size: 31px;
  color: #000000;
  font-weight: normal;
}
.childpage_wrapper .content_block .second_page .title h4 span {
  display: block;
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  margin: 2px 0;
}
.childpage_wrapper .content_block .second_page .title:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 2px;
  background: url('/static/chengtou/images/title_br.png') 0 0 no-repeat;
  background-size: 100%;
}
.intro_wrapper {
  width: 100%;
  position: relative;
}
.intro_wrapper .banner_block {
  background: url('/static/chengtou/images/banner_intro.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  background-position: center 0;
}
.intro_wrapper .nav_wrapper li:first-child.active:after {
  content: '';
  width: 46px;
  height: 54px;
  background: url('/static/chengtou/images/li_icon1.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.intro_wrapper .nav_wrapper li:first-child + li.active:after {
  content: '';
  width: 46px;
  height: 51px;
  background: url('/static/chengtou/images/li_icon13.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.intro_wrapper .nav_wrapper li:first-child + li + li.active:after {
  content: '';
  width: 46px;
  height: 46px;
  background: url('/static/chengtou/images/li_icon2.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.intro_wrapper .nav_wrapper li:first-child + li + li + li.active:after {
  content: '';
  width: 46px;
  height: 49px;
  background: url('/static/chengtou/images/li_icon3.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.intro_wrapper .nav_wrapper li:first-child + li + li + li + li.active:after {
  content: '';
  width: 46px;
  height: 49px;
  background: url('/static/chengtou/images/li_icon4.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.intro_wrapper .intro_content2 {
  width: 100%;
  padding: 90px 0 100px 0;
  box-sizing: border-box;
}
.intro_wrapper .intro_content2 .video_box {
  width: 50%;
  height: 400px;
  float: right;
  margin-left: 30px;
  position: relative;
}
.intro_wrapper .intro_content2 .video_box video {
  width: 100%;
  height: 100%;
  z-index: 102!important;
}
.intro_wrapper .intro_content2 .video_box img {
  width: 100%;
  display: block;
}
.intro_wrapper .intro_content2 .video_box .play {
  display: inline-block;
  width: 90px;
  height: 90px;
  background: url('/static/chengtou/images/play.png') 0 0 no-repeat;
  -o-background-size: 100%;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.intro_wrapper .intro_content2 .text_cont {
  padding: 0 20px;
}
.intro_wrapper .intro_content2 .text_cont h4 {
  font-size: 36px;
  color: #3d414d;
  margin-bottom: 20px;
}
.intro_wrapper .intro_content2 .text_cont h4 span {
  padding-right: 10px;
}
.intro_wrapper .intro_content2 .text_cont p {
  font-size: 16px;
  box-sizing: border-box;
  color: #666666;
  line-height: 30px;
  margin: 40px 0;
}
.intro_wrapper .intro_content {
  width: 100%;
  border-radius: 20px;
  margin-top: 14px;
}
.intro_wrapper .intro_content .banenr {
  width: 100%;
}
.intro_wrapper .intro_content .banenr img {
  width: 100%;
  display: block;
}
.intro_wrapper .intro_content .content {
  width: 100%;
  padding: 0 48px 80px 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.intro_wrapper .intro_content .content ul.news_texts {
  width: 100%;
  list-style: none;
}
.intro_wrapper .intro_content .content ul.news_texts li {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-indent: 33px;
  margin: 15px 0;
}
.intro_wrapper .intro_content .content ul.news_imgs {
  width: 100%;
  margin-top: 40px;
  list-style: none;
}
.intro_wrapper .intro_content .content ul.news_imgs li {
  display: inline-block;
  float: left;
  margin-left: 9px;
}
.intro_wrapper .intro_content .content ul.news_imgs li:first-child {
  margin-left: 0;
}
.intro_wrapper .intro_content .content ul.news_imgs li img {
  width: 100%;
  display: block;
}
.intro_wrapper .intro_content1 {
  width: 100%;
  padding: 30px 0 100px 0;
  box-sizing: border-box;
  background: url('/static/chengtou/images/intro_cont2.png') 0 100% no-repeat;
  background-size: 100%;
}
.intro_wrapper .intro_content1 .text_box {
  width: 1097px;
  height: 1598px;
  position: relative;
  left: 50px;
  background: url('/static/chengtou/images/text_bg.png') 0 0 no-repeat;
  background-size: 100%;
  margin: 0 auto;
  padding: 110px 140px 120px 90px;
  box-sizing: border-box;
}
.intro_wrapper .intro_content1 .text_box .line {
  margin-bottom: 15px;
}
.intro_wrapper .intro_content1 .text_box .line p {
  margin-bottom: 0;
}
.intro_wrapper .intro_content1 .text_box .line .img {
  width: 400px;
  margin-left: 30px;
}
.intro_wrapper .intro_content1 .text_box .line .img img {
  width: 100%;
  display: block;
}
.intro_wrapper .intro_content1 .text_box p {
  font-size: 17px;
  color: #666666;
  line-height: 32px;
  margin: 15px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.intro_wrapper .intro_content1 .handel {
  float: right;
  text-align: center;
}
.intro_wrapper .intro_content1 .handel p {
  margin-bottom: 10px;
}
.intro_wrapper .intro_content3 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 0 !important;
  box-sizing: border-box;
  background: url('/static/chengtou/images/intro_bg.jpg') 0 0 no-repeat;
  background-size: 100% 100%;
}
.intro_wrapper .intro_content3 .book_block {
  width: 100%;
  height: 850px;
  background: url('/static/chengtou/images/shu_bg.png') 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.intro_wrapper .intro_content3 .book_block:after {
  content: '';
  width: 468px;
  height: 850px;
  background: url('/static/chengtou/images/yinying_03.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: -468px;
  top: 0;
}
.intro_wrapper .intro_content3 .book_block ul {
  list-style: none;
  float: left;
  margin-left: 46px;
}
.intro_wrapper .intro_content3 .book_block ul li {
  width: 304px;
  padding: 25px 0px 25px 0px;
  box-sizing: border-box;
  margin: 30px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.intro_wrapper .intro_content3 .book_block ul li h4 {
  display: inline-block;
  font-size: 36px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: initial;
  position: relative;
}
.intro_wrapper .intro_content3 .book_block ul li h4:before {
  visibility: hidden;
  content: '';
  width: 8px;
  height: 24px;
  position: absolute;
  left: -15px;
  top: 10px;
  background: #301b15;
  border-radius: 5px;
}
.intro_wrapper .intro_content3 .book_block ul li p {
  font-size: 18px;
  color: #333333;
  text-align: right;
}
.intro_wrapper .intro_content3 .book_block ul li.active {
  border-radius: 20px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3dcbf), to(#c5ac8a));
  background: -webkit-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: -moz-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: -o-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: -ms-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: linear-gradient(111deg, #f3dcbf, #c5ac8a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#f3dcbf, endColorstr=#c5ac8a);
}
.intro_wrapper .intro_content3 .book_block ul li.active h4:before {
  visibility: visible;
}
.intro_wrapper .intro_content3 .book_block ul li.libg {
  position: absolute;
  left: 40px;
  top: 0px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3dcbf), to(#c5ac8a));
  background: -webkit-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: -moz-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: -o-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: -ms-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: linear-gradient(111deg, #f3dcbf, #c5ac8a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#f3dcbf, endColorstr=#c5ac8a);
  z-index: 1;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -0-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  transform: translateY(5px);
  border-radius: 20px;
}
.intro_wrapper .intro_content3 .book_block .outContainer {
  width: 797px;
  height: 850px;
  margin-right: -1px;
  float: right;
  /* border:2px solid orangered; */
  overflow: hidden;
  position: relative;
}
.intro_wrapper .intro_content3 .book_block .content {
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  /*不能使用relative和fixed定位*/
  top: 5px;
  bottom: 0;
  /*相当于height:100%时的高度*/
  left: 0;
  right: -15px;
  /*图层宽度大于width:100%,滚动条的宽度刚刚好被隐藏 */
  box-sizing: border-box;
}
.intro_wrapper .intro_content3 .book_block .content .block {
  width: 100%;
  opacity: 0;
  background: #fff;
  padding: 25px 26px;
  box-sizing: border-box;
  margin-bottom: 20px;
  -moz-box-shadow: 20px 0px 5px rgba(197, 172, 138, 0.3);
  -webkit-box-shadow: 20px 0px 5px rgba(197, 172, 138, 0.3);
  box-shadow: 20px 10px 5px rgba(197, 172, 138, 0.3);
  transform: translateY(40px);
}
.intro_wrapper .intro_content3 .book_block .content .block h4 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px;
}
.intro_wrapper .intro_content3 .book_block .content .block p {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  position: relative;
  padding-left: 15px;
}
.intro_wrapper .intro_content3 .book_block .content .block p:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #bf9488;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
  margin-top: -1px;
}
.intro_wrapper .intro_content3 .book_block .content .block img {
  width: 100%;
  margin-top: 25px;
  display: block;
}
.intro_wrapper .intro_content3 .book_block .content.active {
  visibility: visible;
}
.intro_wrapper .intro_content3 .book_block .content.active .block {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -0-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  transform: translateY(0px);
}
.intro_wrapper .intro_content4 {
  width: 100%;
  padding-top: 63px;
  padding-bottom: 0 !important;
  position: relative;
  background: #fff url('/static/chengtou/images/intro_cont4.png') 0 100% no-repeat;
  background-size: 100%;
}
.intro_wrapper .intro_content4 .tab_list {
  width: 570px;
  background: #f1f1f1;
}
.intro_wrapper .intro_content4 .tab_list ul {
  width: 100%;
  height: 65px;
  list-style: none;
}
.intro_wrapper .intro_content4 .tab_list ul li {
  width: 33.33%;
  height: 100%;
  font-size: 21px;
  color: #999999;
  line-height: 65px;
  text-align: center;
  float: left;
  cursor: pointer;
}
.intro_wrapper .intro_content4 .tab_list ul li.active {
  position: relative;
  color: #feffff;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#bbcbd1), to(#84959a));
  background: -webkit-linear-gradient(left, #bbcbd1, #84959a);
  background: -moz-linear-gradient(left, #bbcbd1, #84959a);
  background: -o-linear-gradient(left, #bbcbd1, #84959a);
  background: -ms-linear-gradient(left, #bbcbd1, #84959a);
  background: linear-gradient(left, #bbcbd1, #84959a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#bbcbd1, endColorstr=#84959a);
  background-size: 100%;
}
.intro_wrapper .intro_content4 .tab_list ul li.active:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #a0b0b6;
}
.intro_wrapper .intro_content4 .tab_content {
  display: none;
  width: 100%;
  margin-top: 40px;
  box-sizing: border-box;
  padding-bottom: 100px;
}
.intro_wrapper .intro_content4 .tab_content .tab_box {
  width: 1150px;
  display: table;
  box-sizing: border-box;
  background: #fff;
  -moz-box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.1);
  -webkit-box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.1);
  box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.1);
}
.intro_wrapper .intro_content4 .tab_content .tab_box .container {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_list_sec {
  float: left;
  display: table-cell;
  margin-left: 8px;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_list_sec ul {
  width: 100%;
  box-sizing: border-box;
  list-style: none;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_list_sec ul li {
  width: 25px;
  height: 125px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #f2f2f2;
  text-align: center;
  margin: 8px 0;
  display: table;
  cursor: pointer;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_list_sec ul li p {
  font-size: 20px;
  color: #333333;
  line-height: 22px;
  display: table-cell;
  vertical-align: middle;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_list_sec ul li.active {
  background: url('/static/chengtou/images/tabsec_libg.png') 0 0 no-repeat;
  background-size: 100%;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_list_sec ul li.active p {
  color: #301b15;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_list_sec2 li {
  height: 280px !important;
  text-align: center !important;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_content_logo {
  padding: 50px 13px !important;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_content_sec {
  width: 1070px;
  padding: 0px 44px;
  box-sizing: border-box;
  vertical-align: middle;
  display: none;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_content_sec.show {
  display: table-cell;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_content_sec ul.name_list {
  box-sizing: border-box;
  list-style: none;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_content_sec ul.name_list li {
  padding: 36px 0;
  border-top: 1px solid #eaeaea;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_content_sec ul.name_list li:first-child {
  border-top: 0;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_content_sec ul.name_list li span {
  display: inline-block;
  width: 120px;
  text-align-last: justify;
  float: left;
  font-size: 18px;
  color: #333333;
  text-align: justify;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_content_sec ul.name_list li ul {
  width: 750px;
  float: left;
  margin-left: 0px;
  border: none;
  list-style: none;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_content_sec ul.name_list li ul li {
  padding: 0;
  width: 60px;
  font-size: 18px;
  color: #333333;
  text-align: justify;
  text-align-last: justify;
  float: left;
  border: none;
  margin: 0 20px;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_content_sec ul.logo_list {
  list-style: none;
  margin: 0 auto;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_content_sec ul.logo_list li {
  width: 235px;
  height: 75px;
  float: left;
  margin: 25px 12px;
  text-align: center;
  box-sizing: border-box;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_content_sec2 {
  background: none;
  padding: 50px 44px;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_content_sec2 .img_box {
  width: 757px;
  margin: 0 auto;
}
.intro_wrapper .intro_content4 .tab_content .tab_box .tab_content_sec2 .img_box img {
  width: 100%;
  display: block;
}
.intro_wrapper .intro_content4 .tab_content2 {
  background: url('/static/chengtou/images/intro_cont4.png') 0 100% no-repeat;
  background-size: 100%;
}
.intro_wrapper .intro_content4 .tab_content2 .img_box {
  width: 980px;
}
.intro_wrapper .intro_content4 .tab_content2 .img_box img {
  width: 100%;
  display: block;
}
.intro_wrapper .intro_content4 .tab_content3 {
  background: url('/static/chengtou/images/intro_cont3.png') 0 -100% no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.intro_wrapper .intro_content4 .tab_content3 ul {
  display: inline-block;
  list-style: none;
  margin: 0 auto;
}
.intro_wrapper .intro_content4 .tab_content3 ul li {
  width: 273px;
  float: left;
  margin: 0 13px;
  text-align: right;
}
.intro_wrapper .intro_content4 .tab_content3 ul li .pic_wrap {
  width: 100%;
  height: 353px;
  margin-bottom: 15px;
  overflow: hidden;
  background: #fff;
  -moz-box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.1);
  -webkit-box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.1);
  box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.1);
}
.intro_wrapper .intro_content4 .tab_content3 ul li a {
  font-size: 20px;
  color: #1e89e0;
  text-align: right;
  text-decoration: none;
}
.intro_wrapper .intro_content4 .tab_content3 ul li p {
  float: left;
  font-size: 18px;
  color: #b2b2b2;
}
.intro_wrapper .intro_content5 {
  width: 100%;
  padding: 90px 0 100px 0;
}
.intro_wrapper .intro_content5 .img_box {
  width: 600px;
  height: 400px;
  float: right;
  position: relative;
}
.intro_wrapper .intro_content5 .slogan_ul {
  width: 50%;
  float: left;
  list-style: none;
}
.intro_wrapper .intro_content5 .slogan_ul li {
  width: 50%;
  float: left;
  margin-top: 75px;
}
.intro_wrapper .intro_content5 .slogan_ul li:first-child {
  margin-top: 0;
}
.intro_wrapper .intro_content5 .slogan_ul li:first-child + li {
  margin-top: 0;
}
.intro_wrapper .intro_content5 .slogan_ul li h4 {
  text-align: left;
  font-size: 24px;
  color: #3d414d;
  margin-bottom: 25px;
  font-weight: initial;
}
.intro_wrapper .intro_content5 .slogan_ul li p {
  text-align: left;
  font-size: 16px;
  color: #666666;
}
.intro_wrapper .intro_content5 .intro_culture {
  width: 100%;
  margin-top: 75px;
}
.intro_wrapper .intro_content5 .intro_culture ul {
  list-style: none;
  margin-top: 70px;
}
.intro_wrapper .intro_content5 .intro_culture ul li.item {
  margin: 0 2%;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -0-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.intro_wrapper .intro_content5 .intro_culture ul li.item .img_wrap{
	width:100%;
	height:330px;
	overflow: hidden;
}
.intro_wrapper .intro_content5 .intro_culture ul li.item .text_block {
  width: 100%;
  height: 166px;
  background: #fff;
  font-size: 18px;
  color: #111111;
  position: relative;
}
.intro_wrapper .intro_content5 .intro_culture ul li.item .text_block .text {
  width: 250px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.intro_wrapper .intro_content5 .intro_culture ul li.item .hover_box {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 2%;
  bottom: -100%;
  text-align: center;
  padding: 40px 35px;
  z-index: 100;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.intro_wrapper .intro_content5 .intro_culture ul li.item .hover_box h4 {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: initial;
  margin-bottom: 40px;
}
.intro_wrapper .intro_content5 .intro_culture ul li.item .hover_box p {
  font-size: 15px;
  color: #ffffff;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.intro_wrapper .intro_content5 .intro_culture ul li.item .hover_box .btn {
  width: 120px;
  height: 30px;
  margin-top: 35px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3dcbf), to(#c5ac8a));
  background: -webkit-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: -moz-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: -o-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: -ms-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: linear-gradient(111deg, #f3dcbf, #c5ac8a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#f3dcbf, endColorstr=#c5ac8a);
  font-size: 16px;
  line-height: 30px;
  color: #301b15;
  cursor: pointer;
}
.intro_wrapper .intro_content5 .intro_culture ul li.item:hover {
  -moz-box-shadow: 0px 0px 8px rgba(20, 8, 20, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(20, 8, 20, 0.2);
  box-shadow: 0px 0px 8px rgba(20, 8, 20, 0.2);
}
.intro_wrapper .intro_content5 .intro_culture ul li.item:hover .hover_box {
  left: 0;
  bottom: 0%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -0-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.contact_wrapper {
  width: 100%;
  padding-bottom: 50px;
}
.contact_wrapper .banner_block {
  background: url('/static/chengtou/images/banner_contact.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  background-position: center 0;
}
.contact_wrapper .content_block {
  padding-top: 60px;
}
.contact_wrapper .content_block .contact_us {
  width: 100%;
  padding-left: 100px;
  margin-bottom: 50px;
  position: relative;
  box-sizing: border-box;
  background: #fff url('../images/contact_bg.png') 0 0 no-repeat;
  background-size: 100px 100%;
  -moz-box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.1);
  -webkit-box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.1);
  box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.1);
}
.contact_wrapper .content_block .contact_us ul.tit {
  background: #f6f6f6;
}
.contact_wrapper .content_block .contact_us ul.tit li {
  padding: 25px;
  font-size: 18px;
  color: #333333;
}
.contact_wrapper .content_block .contact_us ul {
  width: 100%;
  list-style: none;
  display: table;
}
.contact_wrapper .content_block .contact_us ul li {
  display: table-cell;
  width: 33.33%;
  height: 40px;
  padding: 40px 25px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  font-size: 14px;
}
.contact_wrapper .content_block .contact_us ul li p {
  position: relative;
  cursor: pointer;
  color: #000000;
  font-size: 14px;
}
.contact_wrapper .content_block .contact_us ul li p img {
  width: 10px;
  height: 6px;
  position: relative;
  top: -2px;
  left: 4px;
}
.contact_wrapper .content_block .contact_us ul li .sel_list {
  display: none;
  position: absolute;
  z-index: 100;
  width: 230px;
  padding: 15px;
  left: 50%;
  top: 50%;
  margin-top: 20px;
  margin-left: -110px;
  box-sizing: border-box;
  -moz-box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.1);
  -webkit-box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.1);
  box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.1);
  background: #fff;
}
.contact_wrapper .content_block .contact_us ul li .sel_list .sel_compy {
  line-height: 30px;
  cursor: pointer;
  font-size: 14px;
  color: #000000;
}
.contact_wrapper .content_block .contact_us ul .com_add div,
.contact_wrapper .content_block .contact_us ul .com_tel div {
  display: none;
}
.contact_wrapper .content_block .contact_us span {
  display: inline-block;
  width: 45px;
  height: 100px;
  position: absolute;
  left: 27.5px;
  top: 50%;
  margin-top: -50px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.contact_wrapper .content_block .contact_us span img {
  width: 46px;
}
.contact_wrapper .content_block .contact_us span p {
  width: 100%;
  letter-spacing: 2px;
}
.contact_wrapper .content_block .editto_us {
  width: 100%;
  padding-left: 100px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  position: relative;
  box-sizing: border-box;
  background: #fff url('../images/contact_bg.png') 0 0 no-repeat;
  background-size: 100px 100%;
  -moz-box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.1);
  -webkit-box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.1);
  box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.1);
}
.contact_wrapper .content_block .editto_us .input_list {
  width: 100%;
  padding: 29px 34px;
  box-sizing: border-box;
}
.contact_wrapper .content_block .editto_us .input_list .input_box {
  width: 430px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #f9f9f9;
  overflow: hidden;
  float: left;
}
.contact_wrapper .content_block .editto_us .input_list .input_box input {
  width: 100%;
  height: 100%;
  border: 0 none;
  resize: none;
  outline: none;
  /*清除选中效果的默认蓝色边框 */
  -webkit-appearance: none;
  /*清除浏览器默认的样式 */
  line-height: normal;
  padding-left: 18px;
  font-size: 14px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_wrapper .content_block .editto_us .input_list .input_box input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666666;
  font-size: 14px;
}
.contact_wrapper .content_block .editto_us .input_list .input_box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
  font-size: 14px;
}
.contact_wrapper .content_block .editto_us .input_list .input_box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666666;
  font-size: 14px;
}
.contact_wrapper .content_block .editto_us .input_list .textarea_box {
  width: 100%;
  height: 128px;
  margin-top: 24px;
  border: 1px solid #dddddd;
  background: #f9f9f9;
  overflow: hidden;
  padding: 18px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_wrapper .content_block .editto_us .input_list .textarea_box textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  font-size: 14px;
  resize: none;
}
.contact_wrapper .content_block .editto_us .input_list .textarea_box textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666666;
  font-size: 14px;
}
.contact_wrapper .content_block .editto_us .input_list .textarea_box textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
  font-size: 14px;
}
.contact_wrapper .content_block .editto_us .input_list .textarea_box textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666666;
  font-size: 14px;
}
.contact_wrapper .content_block .editto_us .input_list .input_box_fr {
  float: right;
}
.contact_wrapper .content_block .editto_us button {
  width: 130px;
  height: 36px;
  display: block;
  margin: 0 auto;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 3px;
  text-align: center;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3dcbf), to(#c5ac8a));
  background: -webkit-linear-gradient(left, #f3dcbf, #c5ac8a);
  background: -moz-linear-gradient(left, #f3dcbf, #c5ac8a);
  background: -o-linear-gradient(left, #f3dcbf, #c5ac8a);
  background: -ms-linear-gradient(left, #f3dcbf, #c5ac8a);
  background: linear-gradient(left, #f3dcbf, #c5ac8a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#f3dcbf, endColorstr=#c5ac8a);
}
.contact_wrapper .content_block .editto_us span {
  display: inline-block;
  width: 45px;
  height: 100px;
  position: absolute;
  left: 27.5px;
  top: 50%;
  margin-top: -50px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.contact_wrapper .content_block .editto_us span img {
  width: 36px;
}
.contact_wrapper .content_block .editto_us span p {
  width: 100%;
  letter-spacing: 2px;
}
.contact_wrapper .content_block .map_wrap {
  width: 100%;
  height: 560px;
}
.contact_wrapper .content_block .map_wrap #allmap {
  width: 100%;
  height: 100%;
}
.contact_wrapper .content_block .map_wrap #allmap .BMapLabel {
  position: relative;
}
.contact_wrapper .content_block .map_wrap #allmap .BMapLabel:after {
  content: '';
  width: 10px;
  height: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #fff;
  position: relative;
  top: 28px;
  left: -38px;
  right: 0;
  margin: 0 auto;
}
.news_wrapper {
  width: 100%;
}
.news_wrapper .banner_block {
  background: url('/static/chengtou/images/banner_news.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  background-position: center 0;
}
.news_wrapper .nav_wrapper li:first-child.active:after {
  content: '';
  width: 46px;
  height: 54px;
  background: url('/static/chengtou/images/li_icon5.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news_wrapper .nav_wrapper li:first-child + li.active:after {
  content: '';
  width: 46px;
  height: 51px;
  background: url('/static/chengtou/images/li_icon6.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news_wrapper .nav_wrapper li:first-child + li + li.active:after {
  content: '';
  width: 46px;
  height: 46px;
  background: url('/static/chengtou/images/li_icon7.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news_wrapper .nav_wrapper li:first-child + li + li + li.active:after {
  content: '';
  width: 46px;
  height: 46px;
  background: url('/static/chengtou/images/li_icon5.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news_wrapper .content_block {
  padding-top: 60px;
}
.news_wrapper ul.block_list {
  width: 100%;
  list-style: none;
  overflow: hidden;
}
.news_wrapper ul.block_list li {
  width: 32%;
  float: left;
  margin: 1% 1%;
  background: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.1);
}
.news_wrapper ul.block_list li .block {
  width: 100%;
}
.news_wrapper ul.block_list li .block .pic_box {
  width: 100%;
  height: 185px;
  overflow: hidden;
}
.news_wrapper ul.block_list li .block .pic_box img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -0-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news_wrapper ul.block_list li .block .cont_box {
  width: 100%;
  padding: 20px 17px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news_wrapper ul.block_list li .block .cont_box h4 {
  width: 100%;
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: initial;
  height: 24px;
  line-height: 24px;
}
.news_wrapper ul.block_list li .block .cont_box p {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #424242;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_wrapper ul.block_list li .block .cont_box span {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #424242;
  margin: 20px 0;
}
.news_wrapper ul.block_list li .block .cont_box .btn {
  color: #333333;
  position: relative;
  padding-left: 40px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -0-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.news_wrapper ul.block_list li .block .cont_box .btn i {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: #3c3c3c;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -3px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -0-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.news_wrapper ul.block_list li .block .cont_box .btn i img {
  width: 100%;
}
.news_wrapper ul.block_list li:first-child,
.news_wrapper ul.block_list li:first-child + li,
.news_wrapper ul.block_list li:first-child + li + li {
  margin-top: 0;
}
.news_wrapper ul.block_list li:first-child {
  margin-left: 0;
}
.news_wrapper ul.block_list li:first-child + li + li {
  margin-right: 0;
}
.news_wrapper ul.block_list li:first-child + li + li + li {
  margin-left: 0;
}
.news_wrapper ul.block_list li:first-child + li + li + li + li + li {
  margin-right: 0;
}
.news_wrapper ul.block_list li:hover .pic_box img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news_wrapper ul.block_list li:hover .btn {
  color: #e74e5c !important;
}
.news_wrapper ul.block_list li:hover .btn i {
  background: #e74e5c !important;
}
.news_wrapper .new_list {
  width: 70%;
}
.news_wrapper .new_list ul.new_ul {
  width: 100%;
  list-style: none;
}
.news_wrapper .new_list ul.new_ul li {
  width: 100%;
  height: 270px;
  padding: 25px;
  background: #fff;
  margin-bottom: 21px;
  border: 2px solid #fff;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -0-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.news_wrapper .new_list ul.new_ul li .text {
  width: 60%;
  float: left;
}
.news_wrapper .new_list ul.new_ul li .text h4 {
  width: 100%;
  height: 48px;
  font-size: 18px;
  color: #111111;
  margin-top: 25px;
  font-weight: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_wrapper .new_list ul.new_ul li .text p.date {
  font-size: 18px;
  color: #999999;
  margin-top: 0;
  line-height: inherit;
}
.news_wrapper .new_list ul.new_ul li .text p.cont {
  width: 100%;
  height: 90px;
  font-size: 16px;
  color: #333333;
  margin-top: 34px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news_wrapper .new_list ul.new_ul li .img {
  width: 300px;
  height: 190px;
  float: right;
  overflow: hidden;
}
.news_wrapper .new_list ul.new_ul li .img img {
  width: 100%;
  display: block;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -0-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.news_wrapper .new_list ul.new_ul li:hover {
  border: 2px solid #e2d0b7;
  -moz-box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.2);
  box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.2);
}
.news_wrapper .new_list ul.new_ul li:hover h4 {
  color: #a48254;
}
.news_wrapper .new_list ul.new_ul li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news_wrapper .new_list2 .text {
  width: 100% !important;
}
.news_wrapper .new_list2 .text h4 {
  height: inherit !important;
}
.news_wrapper .new_list2 .text p.cont {
  margin-top: 25px !important;
}
.news_wrapper .search_block_r {
  width: 28%;
  background: #fff;
  padding: 40px 30px;
  box-sizing: border-box;
}
.news_wrapper .search_block_r h4 {
  font-size: 28px;
  color: #301b15;
  font-weight: 500;
  margin-bottom: 6px;
}
.news_wrapper .search_block_r .input_box {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  margin: 13px 0;
  position: relative;
}
.news_wrapper .search_block_r .input_box input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #333333;
  padding: 0 20px 0 14px;
  box-sizing: border-box;
  border: 0 none;
  resize: none;
  outline: none;
  /*清除选中效果的默认蓝色边框 */
  -webkit-appearance: none;
  /*清除浏览器默认的样式 */
  line-height: normal;
  background: #f1f1f1;
  cursor: pointer;
}
.news_wrapper .search_block_r .input_box input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333333;
  font-size: 16px;
}
.news_wrapper .search_block_r .input_box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  font-size: 16px;
}
.news_wrapper .search_block_r .input_box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333333;
  font-size: 16px;
}
.news_wrapper .search_block_r .input_box .arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #c1a886 url('../images/arrow.png') 50% 50% no-repeat;
  background-size: 17px 12px;
  position: absolute;
  right: 0;
  top: 0;
}
.news_wrapper .search_block_r .input_box ul {
  width: 100%;
  height: 300px;
  overflow: scroll;
  display: none;
  list-style: none;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 100;
  background: #f1f1f1;
}
.news_wrapper .search_block_r .input_box ul li {
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -0-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
}
.news_wrapper .search_block_r .input_box ul li:hover {
  background: #1e89e0;
  color: #fff;
}
.news_wrapper .search_block_r .serch_btn {
  width: 100%;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  background: #c1a886;
  border: 1px solid #c1a886;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -0-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.news_wrapper .search_block_r .serch_btn:hover {
  background: #fff;
  border: 1px solid #c1a886;
  color: #c1a886;
}
.news_wrapper .news_content .tab_list {
  width: 373px;
  background: #f1f1f1;
}
.news_wrapper .news_content .tab_list ul {
  width: 100%;
  height: 65px;
  list-style: none;
}
.news_wrapper .news_content .tab_list ul li {
  width: 50%;
  height: 100%;
  font-size: 21px;
  color: #999999;
  line-height: 65px;
  text-align: center;
  float: left;
  cursor: pointer;
}
.news_wrapper .news_content .tab_list ul li.active {
  position: relative;
  color: #feffff;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#bbcbd1), to(#84959a));
  background: -webkit-linear-gradient(left, #bbcbd1, #84959a);
  background: -moz-linear-gradient(left, #bbcbd1, #84959a);
  background: -o-linear-gradient(left, #bbcbd1, #84959a);
  background: -ms-linear-gradient(left, #bbcbd1, #84959a);
  background: linear-gradient(left, #bbcbd1, #84959a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#bbcbd1, endColorstr=#84959a);
  background-size: 100%;
}
.news_wrapper .news_content .tab_list ul li.active:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #a0b0b6;
}
.news_wrapper .news_content .tab_content {
  width: 100%;
  display: none;
  margin-top: 30px;
}
.bussiness_wrapper {
  width: 100%;
}
.bussiness_wrapper .banner_block {
  background: url('/static/chengtou/images/banner_bus.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  background-position: center 0;
}
.bussiness_wrapper .nav_wrapper li:first-child.active:after {
  content: '';
  width: 91px;
  height: 46px;
  background: url('/static/chengtou/images/li_icon17.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bussiness_wrapper .nav_wrapper li:first-child + li.active:after {
  content: '';
  width: 46px;
  height: 54px;
  background: url('/static/chengtou/images/li_icon8.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.bussiness_wrapper .nav_wrapper li:first-child + li + li.active:after {
  content: '';
  width: 46px;
  height: 51px;
  background: url('/static/chengtou/images/li_icon9.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bussiness_wrapper .content_block {
  padding-top: 60px;
  background: #fff;
}
.bussiness_wrapper .content_block .busin_content {
  /* padding-top: 60px; */
}
.bussiness_wrapper .content_block .busin_content .img_box_1 {
  width: 1200px;
  margin: 10px 0;
  text-align: center;
}
.bussiness_wrapper .content_block .busin_content .img_box_1 img {
  width: 100%;
  display: block;
}
.bussiness_wrapper .content_block .busin_content .img_box {
  width: 980px;
  text-align: center;
}
.bussiness_wrapper .content_block .busin_content .img_box img {
  width: 100%;
  display: block;
}
.bussiness_wrapper .content_block .busin_content .tab_list {
  width: 570px;
  background: #f1f1f1;
}
.bussiness_wrapper .content_block .busin_content .tab_list ul {
  width: 100%;
  height: 65px;
  list-style: none;
}
.bussiness_wrapper .content_block .busin_content .tab_list ul li {
  width: 33.33%;
  height: 100%;
  font-size: 21px;
  color: #999999;
  line-height: 65px;
  text-align: center;
  float: left;
  cursor: pointer;
}
.bussiness_wrapper .content_block .busin_content .tab_list ul li.active {
  position: relative;
  color: #feffff;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#bbcbd1), to(#84959a));
  background: -webkit-linear-gradient(left, #bbcbd1, #84959a);
  background: -moz-linear-gradient(left, #bbcbd1, #84959a);
  background: -o-linear-gradient(left, #bbcbd1, #84959a);
  background: -ms-linear-gradient(left, #bbcbd1, #84959a);
  background: linear-gradient(left, #bbcbd1, #84959a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#bbcbd1, endColorstr=#84959a);
  background-size: 100%;
}
.bussiness_wrapper .content_block .busin_content .tab_list ul li.active:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #a0b0b6;
}
.bussiness_wrapper .content_block .busin_content .tab_content {
  display: none;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.bussiness_wrapper .content_block .busin_content .tab_content h4.bus_intro {
  color: #c5ac8a;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 35px;
  text-indent: 35px;
}
.bussiness_wrapper .content_block .busin_content .tab_content ul {
  width: 100%;
  list-style: none;
}
.bussiness_wrapper .content_block .busin_content .tab_content ul li {
  width: 100%;
  height: 240px;
  margin-bottom: 40px;
  background: #fff;
  -moz-box-shadow: 0px 0px 18px rgba(9, 8, 9, 0.1);
  -webkit-box-shadow: 0px 0px 18px rgba(9, 8, 9, 0.1);
  box-shadow: 0px 0px 18px rgba(9, 8, 9, 0.1);
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.bussiness_wrapper .content_block .busin_content .tab_content ul li .img_box {
  width: 380px;
  height: 100%;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -0-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.bussiness_wrapper .content_block .busin_content .tab_content ul li .img_box img {
  width: 100%;
  display: block;
}
.bussiness_wrapper .content_block .busin_content .tab_content ul li .text_block {
  width: 820px;
  height: 100%;
  padding: 56px;
  box-sizing: border-box;
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -0-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.bussiness_wrapper .content_block .busin_content .tab_content ul li .text_block .tit {
  width: 100%;
}
.bussiness_wrapper .content_block .busin_content .tab_content ul li .text_block .tit h4 {
  display: inline-block;
  font-size: 32px;
  letter-spacing: 3px;
  float: left;
  color: #dac2a2;
}
.bussiness_wrapper .content_block .busin_content .tab_content ul li .text_block .tit span {
  float: left;
  font-size: 26px;
  color: #d5d5d5;
  margin-left: 40px;
  letter-spacing: 2px;
  margin-top: 6px;
  text-transform: uppercase;
}
.bussiness_wrapper .content_block .busin_content .tab_content ul li .text_block p {
  margin-top: 30px;
  font-size: 17px;
  color: #333333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.bussiness_wrapper .content_block .busin_content .tab_content ul li .hide_text {
  width: 100%;
  height: 240px;
  font-size: 17px;
  color: #fff;
  line-height: 35px;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -0-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.bussiness_wrapper .content_block .busin_content .tab_content ul li.active {
  height: inherit;
}
.bussiness_wrapper .content_block .busin_content .tab_content ul li.active .hide_text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.bussiness_wrapper .content_block .busin_content .tab_content1,
.bussiness_wrapper .content_block .busin_content .tab_content2,
.bussiness_wrapper .content_block .busin_content .tab_content3 {
  background: url('/static/chengtou/images/intro_cont3.png') 0 100% no-repeat;
  background-size: 100%;
}
.bussiness_wrapper .content_block .busin_content2 {
  padding-bottom: 0 !important;
}
.hr_wrapper .banner_block {
  background: url('/static/chengtou/images/banner_hr.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  background-position: center 0;
}
.hr_wrapper .nav_wrapper li:first-child.active:after {
  content: '';
  width: 48px;
  height: 53px;
  background: url('/static/chengtou/images/li_icon10.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: -5px;
  bottom: -5px;
}
.hr_wrapper .nav_wrapper li:first-child + li.active:after {
  content: '';
  width: 46px;
  height: 51px;
  background: url('/static/chengtou/images/li_icon11.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.hr_wrapper .nav_wrapper li:first-child + li + li.active:after {
  content: '';
  width: 46px;
  height: 46px;
  background: url('/static/chengtou/images/li_icon12.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: -5px;
}
.hr_wrapper .hr_content {
  padding-top: 60px;
}
.hr_wrapper .hr_content .text_box .pic_box {
  width: 50%;
  height: 400px;
  float: right;
  margin-left: 30px;
  position: relative;
}
.hr_wrapper .hr_content .text_box .pic_box img {
  width: 100%;
  display: block;
}
.hr_wrapper .hr_content .text_box .text_cont {
  padding: 0 20px;
}
.hr_wrapper .hr_content .text_box .text_cont h4 {
  font-size: 36px;
  color: #3d414d;
  margin-bottom: 20px;
}
.hr_wrapper .hr_content .text_box .text_cont h4 span {
  padding-right: 10px;
}
.hr_wrapper .hr_content .text_box .text_cont p {
  font-size: 16px;
  box-sizing: border-box;
  color: #666666;
  line-height: 29px;
  margin: 30px 0;
}
.hr_wrapper .hr_content .hr_advice {
  width: 100%;
  margin-top: 75px;
}
.hr_wrapper .hr_content .hr_advice ul {
  list-style: none;
  margin-top: 70px;
}
.hr_wrapper .hr_content .hr_advice ul li.item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin: 0 2%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -0-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.hr_wrapper .hr_content .hr_advice ul li.item .img_wrap {
    width: 100%;
    height: 330px;
    overflow: hidden;
}
.hr_wrapper .hr_content .hr_advice ul li.item .text_block {
  width: 100%;
  height: 166px;
  background: #fff;
  font-size: 18px;
  color: #111111;
  position: relative;
}
.hr_wrapper .hr_content .hr_advice ul li.item .text_block .text {
  width: 250px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hr_wrapper .hr_content .hr_advice ul li.item .hover_box {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: -100%;
  text-align: center;
  padding: 40px 35px;
  z-index: 100;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hr_wrapper .hr_content .hr_advice ul li.item .hover_box h4 {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: initial;
  margin-bottom: 40px;
}
.hr_wrapper .hr_content .hr_advice ul li.item .hover_box p {
  font-size: 15px;
  color: #ffffff;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hr_wrapper .hr_content .hr_advice ul li.item .hover_box .btn {
  width: 120px;
  height: 30px;
  margin-top: 35px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3dcbf), to(#c5ac8a));
  background: -webkit-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: -moz-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: -o-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: -ms-linear-gradient(111deg, #f3dcbf, #c5ac8a);
  background: linear-gradient(111deg, #f3dcbf, #c5ac8a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#f3dcbf, endColorstr=#c5ac8a);
  font-size: 16px;
  line-height: 30px;
  color: #301b15;
  cursor: pointer;
}
.hr_wrapper .hr_content .hr_advice ul li.item:hover {
  -moz-box-shadow: 0px 0px 8px rgba(20, 8, 20, 0.5);
  -webkit-box-shadow: 0px 0px 8px rgba(20, 8, 20, 0.5);
  box-shadow: 0px 0px 8px rgba(20, 8, 20, 0.5);
}
.hr_wrapper .hr_content .hr_advice ul li.item:hover .hover_box {
  left: 0;
  bottom: 0%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -0-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.hr_wrapper .hr_content .job_wrap {
  width: 70%;
}
.hr_wrapper .hr_content .job_wrap ul.job_ul {
  width: 100%;
  list-style: none;
}
.hr_wrapper .hr_content .job_wrap ul.job_ul li {
  display: table;
  width: 100%;
  background: #fff;
  padding: 0 20px;
  box-sizing: border-box;
}
.hr_wrapper .hr_content .job_wrap ul.job_ul li a {
  display: table;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
}
.hr_wrapper .hr_content .job_wrap ul.job_ul li a:hover span {
  color: #a48254;
}
.hr_wrapper .hr_content .job_wrap ul.job_ul li span {
  display: table-cell;
  vertical-align: middle;
  width: 15%;
  height: 100%;
  text-align: center;
  padding: 30px 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px dashed #d9cdbd;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -0-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.hr_wrapper .hr_content .job_wrap ul.job_ul li span:first-child + span {
  width: 40%;
}
.hr_wrapper .hr_content .job_wrap ul.job_ul li.list_title {
  width: 100%;
  height: 64px;
  border-top: 4px solid #c1a886;
  background: #f1f1f1;
  box-sizing: border-box;
  border-bottom: 0;
}
.hr_wrapper .hr_content .job_wrap ul.job_ul li.list_title span {
  padding: 0;
  line-height: 60px;
  font-size: 18px;
  color: #333333;
  border-bottom: 0;
}
.hr_wrapper .hr_content .job_wrap ul.job_ul li:last-child span {
  border-bottom: 0;
}
.hr_wrapper .hr_content .hr_detail_content {
  width: 70%;
  padding: 28px;
  background: #fff;
  border-top: 4px solid #c1a886;
  box-sizing: border-box;
}
.hr_wrapper .hr_content .hr_detail_content .detail_header {
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.hr_wrapper .hr_content .hr_detail_content .detail_header h4 {
  font-size: 28px;
  color: #b79c77;
  font-weight: initial;
}
.hr_wrapper .hr_content .hr_detail_content .detail_header h4 .clearfix:before,
.hr_wrapper .hr_content .hr_detail_content .detail_header h4 .clearfix:after {
  display: table;
  content: " ";
}
.hr_wrapper .hr_content .hr_detail_content .detail_header h4 .clearfix:after {
  clear: both;
}
.hr_wrapper .hr_content .hr_detail_content .detail_header span {
  float: right;
  font-size: 14px;
  color: #999999;
  line-height: 50px;
}
.hr_wrapper .hr_content .hr_detail_content .detail_header span.date {
  margin-left: 30px;
}
.hr_wrapper .hr_content .hr_detail_content .content {
  width: 100%;
  padding: 0 20px;
  padding-top: 15px;
  box-sizing: border-box;
}
.hr_wrapper .hr_content .hr_detail_content .content .text_block {
  border-bottom: 1px solid #ededed;
}
.hr_wrapper .hr_content .hr_detail_content .content .text_block h4 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 40px;
}
.hr_wrapper .hr_content .hr_detail_content .content .text_block div {
  width: 100%;
  margin-bottom: 35px;
  list-style: none;
}
.hr_wrapper .hr_content .hr_detail_content .content .text_block p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
   margin: 15px 0;
  
}
.hr_wrapper .hr_content .hr_detail_content .content .text_block p.bold {
  font-weight: bold;
}
.hr_wrapper .hr_content .hr_detail_content .content .text_block table {
  width: 100%!important;
  padding: 0;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.hr_wrapper .hr_content .hr_detail_content .content .text_block table tr td {
  padding: 15px;
  border: 1px solid #ddd;
  text-align: center;
}
.hr_wrapper .hr_content .hr_detail_content .content .text_block table tr td:first-child {
  width: 50px!important;
  text-align: center;
}
.hr_wrapper .hr_content .hr_detail_content .content .text_block table tr td:first-child span {
  display: block;
  text-align: center;
}
.hr_wrapper .hr_content .hr_detail_content .content .text_block table tr td:first-child + td {
  width: 100px!important;
  text-align: center;
}
.hr_wrapper .hr_content .hr_detail_content .content .text_block table tr td:first-child + td span {
  display: block;
}
.hr_wrapper .hr_content .hr_detail_content .content .text_block table tr td:first-child + td + td {
  width: 50px!important;
  text-align: center;
}
.hr_wrapper .hr_content .hr_detail_content .content .text_block table tr td:first-child + td + td span {
  display: block;
  text-align: center;
}
.hr_wrapper .hr_content .hr_detail_content .content .text_block table tr:first-child span {
  font-size: 20px;
}
.hr_wrapper .hr_content .hr_detail_content .content .download_model {
  width: 100%;
  line-height: 48px;
  font-size: 16px;
  color: #111111;
  margin-top: 50px;
}
.hr_wrapper .hr_content .hr_detail_content .content .download_model button.dl_btn {
  width: 140px;
  height: 48px;
  background: #c1a886;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  border: none;
  color: #fff;
  float: left;
  margin-right: 20px;
  cursor: pointer;
  outline: none;
}
.hr_wrapper .hr_content .hr_detail_content .content .download_model .tips_model {
  width: 100%;
  margin-top: 20px;
}
.hr_wrapper .hr_content .hr_detail_content .content .download_model .tips_model p {
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.hr_wrapper .hr_content .hr_detail_content .content .download_model .tips_model ul {
  width: auto;
  float: left;
  list-style: none;
  margin-left: 10px;
}
.hr_wrapper .hr_content .hr_detail_content .content .download_model .tips_model ul li {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}
.hr_wrapper .hr_content .search_block_r {
  width: 28%;
  background: #fff;
  padding: 40px 30px;
  box-sizing: border-box;
}
.hr_wrapper .hr_content .search_block_r h4 {
  font-size: 28px;
  color: #301b15;
  font-weight: 500;
  margin-bottom: 6px;
}
.hr_wrapper .hr_content .search_block_r .input_box {
  width: 100%;
  height: 40px;
  margin: 13px 0;
  position: relative;
}
.hr_wrapper .hr_content .search_block_r .input_box input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #333333;
  padding: 0 20px 0 14px;
  box-sizing: border-box;
  border: 0 none;
  resize: none;
  outline: none;
  /*清除选中效果的默认蓝色边框 */
  -webkit-appearance: none;
  /*清除浏览器默认的样式 */
  line-height: normal;
  background: #f1f1f1;
  cursor: pointer;
}
.hr_wrapper .hr_content .search_block_r .input_box input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333333;
  font-size: 16px;
}
.hr_wrapper .hr_content .search_block_r .input_box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  font-size: 16px;
}
.hr_wrapper .hr_content .search_block_r .input_box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333333;
  font-size: 16px;
}
.hr_wrapper .hr_content .search_block_r .input_box .arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #c1a886 url('../images/arrow.png') 50% 50% no-repeat;
  background-size: 17px 12px;
  position: absolute;
  right: 0;
  top: 0;
}
.hr_wrapper .hr_content .search_block_r .input_box ul {
  width: 100%;
  min-height: 50px;
  max-height: 300px;
  display: none;
  list-style: none;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 100;
  background: #f1f1f1;
  overflow: scroll;
}
.hr_wrapper .hr_content .search_block_r .input_box ul li {
  text-align: center;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -0-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
}
.hr_wrapper .hr_content .search_block_r .input_box ul li:hover {
  background: #1e89e0;
  color: #fff;
}
.hr_wrapper .hr_content .search_block_r .serch_btn {
  width: 100%;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  background: #c1a886;
  border: 1px solid #c1a886;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -0-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.hr_wrapper .hr_content .search_block_r .serch_btn:hover {
  background: #fff;
  border: 1px solid #c1a886;
  color: #c1a886;
}
.hr_wrapper .hr_content .col4_slide_block {
  width: 100%;
  height: 553px;
  margin-top: 40px;
  background: url('/static/chengtou/images/hr_bg.png') 0 0 no-repeat;
  background-size: cover;
}
.hr_wrapper .hr_content .col4_slide_block ul {
  width: 100%;
  height: 100%;
  margin-top: 60px;
  list-style: none;
}
.hr_wrapper .hr_content .col4_slide_block ul li {
  width: 20%;
  height: 553px;
  padding: 30px 0px;
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -0-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.hr_wrapper .hr_content .col4_slide_block ul li h4 {
  font-size: 74px;
  color: #fff;
  line-height: 60px;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
}
.hr_wrapper .hr_content .col4_slide_block ul li h4:before {
  content: '';
  width: 2px;
  height: 80px;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 0;
}
.hr_wrapper .hr_content .col4_slide_block ul li .p_cont {
  width: 240px;
  height: 200px;
  float: left;
  position: absolute;
  left: 0;
  top: 200px;
  padding: 0 20px;
  box-sizing: border-box;
}
.hr_wrapper .hr_content .col4_slide_block ul li .p_cont p {
  width: 100%;
  font-size: 15px;
  color: #ffffff;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.hr_wrapper .hr_content .col4_slide_block ul li .sec {
  width: 100%;
  margin: 60px 0;
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
}
.hr_wrapper .hr_content .col4_slide_block ul li .sec p {
  font-size: 24px;
  font-weight: bold;
  line-height: inherit;
  color: #fff;
}
.hr_wrapper .hr_content .col4_slide_block ul li:first-child h4:before {
  display: none;
}
.hr_wrapper .hr_content .col4_slide_block ul li.active {
  width: 39%;
}
.hr_wrapper .hr_content .col4_slide_block ul li.active h4,
.hr_wrapper .hr_content .col4_slide_block ul li.active .sec p {
  color: #dac2a2 !important;
  -moz-text-shadow: 0px 0px 20px rgba(9, 8, 9, 0.1);
  -webkit-text-shadow: 0px 0px 20px rgba(9, 8, 9, 0.1);
  text-shadow: 0px 0px 20px rgba(9, 8, 9, 0.1);
}
.hr_wrapper .hr_content .col4_slide_block ul li.active .p_cont {
  width: 480px;
}
.hr_wrapper .hr_content .col4_slide_block ul li.active .p_cont p {
  height: 250px;
  overflow: hidden;
}
.hr_wrapper .hr_content .col4_slide_block ul li.active .sec p {
  font-size: 24px;
}
.hr_wrapper .hr_content3 {
  padding-bottom: 150px !important;
}
.hr_wrapper .hr_content3 .title {
  padding-bottom: 0!important;
}
.hr_wrapper .hr_content3 .title:after {
  display: none;
}
.news_detail_wrapper .nav_wrapper li:first-child.active:after {
  content: '';
  width: 46px;
  height: 54px;
  background: url('/static/chengtou/images/li_icon5.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news_detail_wrapper .nav_wrapper li:first-child + li.active:after {
  content: '';
  width: 46px;
  height: 51px;
  background: url('/static/chengtou/images/li_icon6.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news_detail_wrapper .nav_wrapper li:first-child + li + li.active:after {
  content: '';
  width: 46px;
  height: 46px;
  background: url('/static/chengtou/images/li_icon7.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news_detail_wrapper .nav_wrapper li:first-child + li + li+ li.active:after {
  content: '';
  width: 46px;
  height: 54px;
  background: url('/static/chengtou/images/li_icon5.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news_detail_wrapper .news_detail_content {
  width: 100%;
  padding-top: 60px;
  box-sizing: border-box;
}
.news_detail_wrapper .news_detail_content .news_detail {
  width: 62%;
  padding: 20px 10px;
  padding-top: 0;
  box-sizing: border-box;
  background: #fff;
}
.news_detail_wrapper .news_detail_content .news_detail h4 {
  font-size: 28px;
  color: #000000;
  line-height: 40px;
  font-weight: initial;
}
.news_detail_wrapper .news_detail_content .news_detail .handle {
  width: 100%;
  padding: 2px 0;
  box-sizing: border-box;
  border-left: 1px solid #aaaaaa;
  margin-top: 20px;
}
.news_detail_wrapper .news_detail_content .news_detail .handle ul {
  list-style: none;
}
.news_detail_wrapper .news_detail_content .news_detail .handle ul li {
  font-size: 14px;
  float: left;
  color: #999999;
  padding: 0 14px;
  line-height: 12px;
  font-weight: 400;
}
.news_detail_wrapper .news_detail_content .news_detail .handle ul.author {
  margin-top: 18px;
}
.news_detail_wrapper .news_detail_content .news_detail .handle ul.author li {
  border-right: 1px solid #aaaaaa;
}
.news_detail_wrapper .news_detail_content .news_detail .handle ul.author .border0 {
  border: none;
}
.news_detail_wrapper .news_detail_content .news_detail .text_cont {
  margin-top: 35px;
}
.news_detail_wrapper .news_detail_content .news_detail .text_cont p {
  font-size: 16px;
  color: #333333;
  margin: 15px 0;
  line-height: 30px;
}
.news_detail_wrapper .news_detail_content .news_detail .text_cont img {
  width: 100%!important;
  margin: 35px auto;
  display: block;
}
.news_detail_wrapper .news_detail_content .news_next_block {
  width: 32%;
  box-sizing: border-box;
  background: #fff;
}
.news_detail_wrapper .news_detail_content .news_next_block h4 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 21px;
  color: #333333;
  background: #f2f1f1;
  text-align: center;
  font-weight: initial;
}
.news_detail_wrapper .news_detail_content .news_next_block ul {
  width: 100%;
  list-style: none;
}
.news_detail_wrapper .news_detail_content .news_next_block ul li {
  padding: 15px 0 20px 0;
  margin-top: 10px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.news_detail_wrapper .news_detail_content .news_next_block ul li span {
  width: 70px;
  height: 70px;
  border: 1px solid #e5e5e5;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.3s ease-in-out;
}
.news_detail_wrapper .news_detail_content .news_next_block ul li span p {
  width: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 15px;
  margin-top: 10px;
}
.news_detail_wrapper .news_detail_content .news_next_block ul li span p.day {
  font-size: 28px;
  color: #830002;
  margin-top: 10px;
  line-height: 22px;
}
.news_detail_wrapper .news_detail_content .news_next_block ul li a {
  display: inline-block;
  width: 240px;
  height: 50px;
  float: right;
  font-size: 16px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  line-height: 25px;
}
.news_detail_wrapper .news_detail_content .news_next_block ul li:hover {
  box-shadow: 3px 35px 77px -17px rgba(0, 0, 0, 0.8);
  z-index: 100;
  background-color: #fff;
  transform: scale(1.06);
  border: 1px solid #fff;
}
.news_detail_wrapper .news_detail_content .news_next_block ul li:hover span {
  border: 1px solid #fff;
}
.member_wrapper {
  width: 100%;
}
.member_wrapper .banner_block {
  background: url(/static/chengtou/images/menber_banner.png) center center no-repeat;
  background-size: cover;
}
.member_wrapper .content_block {
  padding-bottom: 50px;
  box-sizing: border-box;
  background: #f6f6f6 url('../images/menber_all_bg.png') 0 0 no-repeat;
  background-size: cover;
}
.member_wrapper .content_block .title:after {
  background: none!important;
}
.member_wrapper .mb_content {
  width: 100%;
  padding-top: 30px;
  box-sizing: border-box;
}
.member_wrapper .mb_content .mb_list {
  width: 70%;
}
.member_wrapper .mb_content .mb_list ul.mb_ul {
  width: 100%;
  list-style: none;
}
.member_wrapper .mb_content .mb_list ul.mb_ul li {
  width: 100%;
  height: 270px;
  padding: 25px;
  background: #fff;
  margin-bottom: 21px;
  border: 2px solid #fff;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -0-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.member_wrapper .mb_content .mb_list ul.mb_ul li .text {
  width: 60%;
  float: left;
}
.member_wrapper .mb_content .mb_list ul.mb_ul li .text h4 {
  width: 100%;
  height: 48px;
  font-size: 18px;
  color: #111111;
  margin-top: 25px;
  font-weight: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.member_wrapper .mb_content .mb_list ul.mb_ul li .text p.date {
  font-size: 18px;
  color: #999999;
  margin-top: 0;
  line-height: inherit;
}
.member_wrapper .mb_content .mb_list ul.mb_ul li .text p.cont {
  width: 100%;
  height: 90px;
  font-size: 16px;
  color: #333333;
  margin-top: 34px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.member_wrapper .mb_content .mb_list ul.mb_ul li .img_wrap {
  width: 300px;
  height: 190px;
  float: right;
  overflow: hidden;
}
.member_wrapper .mb_content .mb_list ul.mb_ul li .img_wrap img {
  width: 100%;
  display: block;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -0-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.member_wrapper .mb_content .mb_list ul.mb_ul li:hover {
  border: 2px solid #e2d0b7;
  -moz-box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.2);
  box-shadow: 0px 0px 8px rgba(9, 8, 9, 0.2);
}
.member_wrapper .mb_content .mb_list ul.mb_ul li:hover h4 {
  color: #a48254;
}
.member_wrapper .mb_content .mb_list ul.mb_ul li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.member_wrapper .mb_content .search_block_r {
  width: 28%;
  background: #fff;
  padding: 40px 30px;
  box-sizing: border-box;
}
.member_wrapper .mb_content .search_block_r h4 {
  font-size: 28px;
  color: #301b15;
  font-weight: 500;
  margin-bottom: 6px;
}
.member_wrapper .mb_content .search_block_r .input_box {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  margin: 13px 0;
  position: relative;
}
.member_wrapper .mb_content .search_block_r .input_box input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #333333;
  padding: 0 20px 0 14px;
  box-sizing: border-box;
  border: 0 none;
  resize: none;
  outline: none;
  /*清除选中效果的默认蓝色边框 */
  -webkit-appearance: none;
  /*清除浏览器默认的样式 */
  line-height: normal;
  background: #f1f1f1;
  cursor: pointer;
}
.member_wrapper .mb_content .search_block_r .input_box input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333333;
  font-size: 16px;
}
.member_wrapper .mb_content .search_block_r .input_box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  font-size: 16px;
}
.member_wrapper .mb_content .search_block_r .input_box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333333;
  font-size: 16px;
}
.member_wrapper .mb_content .search_block_r .input_box .arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #c1a886 url('../images/arrow.png') 50% 50% no-repeat;
  background-size: 17px 12px;
  position: absolute;
  right: 0;
  top: 0;
}
.member_wrapper .mb_content .search_block_r .input_box ul {
  width: 100%;
  height: 300px;
  overflow: scroll;
  display: none;
  list-style: none;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 100;
  background: #f1f1f1;
}
.member_wrapper .mb_content .search_block_r .input_box ul li {
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -0-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
}
.member_wrapper .mb_content .search_block_r .input_box ul li:hover {
  background: #1e89e0;
  color: #fff;
}
.member_wrapper .mb_content .search_block_r .serch_btn {
  width: 100%;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  background: #c1a886;
  border: 1px solid #c1a886;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -0-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.member_wrapper .mb_content .search_block_r .serch_btn:hover {
  background: #fff;
  border: 1px solid #c1a886;
  color: #c1a886;
}
.member_wrapper .nav_wrapper li:first-child.active:after {
  content: '';
  width: 46px;
  height: 36px;
  background: url('/static/chengtou/images/li_icon14.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.member_wrapper .nav_wrapper li:first-child + li.active:after {
  content: '';
  width: 42px;
  height: 55px;
  background: url('/static/chengtou/images/li_icon15.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.member_wrapper .nav_wrapper li:first-child + li + li.active:after {
  content: '';
  width: 47px;
  height: 52px;
  background: url('/static/chengtou/images/li_icon16.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.member_wrapper .mb_content2 {
  padding-top: 30px;
}
.member_wrapper .mb_content2 .list_block_b1 {
  width: 100%;
  background: url('/static/chengtou/images/menber_banner2.png') 0 150% no-repeat;
  background-size: 100%;
  position: relative;
  box-sizing: border-box;
}
.member_wrapper .mb_content2 .list_block_b1 .title {
  width: 100%;
  font-size: 36px;
  color: #b30013;
  position: relative;
  padding-left: 100px;
  line-height: 70px;
  box-sizing: border-box;
  border-bottom: 2px solid #e61119;
  overflow: hidden;
  text-align: left;
}
.member_wrapper .mb_content2 .list_block_b1 .title img {
  width: 71px;
  height: 94px;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.member_wrapper .mb_content2 .list_block_b1 .coursel_block {
  width: 434px;
  height: 285px;
  float: left;
  position: relative;
  margin-top: 20px;
}
.member_wrapper .mb_content2 .list_block_b1 .coursel_block #owl-dan {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.member_wrapper .mb_content2 .list_block_b1 .coursel_block #owl-dan ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.member_wrapper .mb_content2 .list_block_b1 .coursel_block #owl-dan ul li {
  width: 100%!important;
  height: 285px;
  position: relative;
  overflow: hidden;
}
.member_wrapper .mb_content2 .list_block_b1 .coursel_block #owl-dan ul li .img_wrap {
  width: 100%;
  height: 100%;
}
.member_wrapper .mb_content2 .list_block_b1 .coursel_block #owl-dan .bottom_tips {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.member_wrapper .mb_content2 .list_block_b1 .coursel_block #owl-dan .text_block {
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  z-index: 100;
  text-align: left;
}
.member_wrapper .mb_content2 .list_block_b1 .coursel_block #owl-dan .text_block p {
  display: none;
}
.member_wrapper .mb_content2 .list_block_b1 .coursel_block #owl-dan .text_block p.active {
  display: block;
}
.member_wrapper .mb_content2 .list_block_b1 .coursel_block .owl-controls {
  position: absolute;
  right: 10px;
  bottom: 12px;
  margin: 0;
  z-index: 101;
  display: block!important;
}
.member_wrapper .mb_content2 .list_block_b1 .coursel_block .owl-controls .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #ffffff;
}
.member_wrapper .mb_content2 .list_block_b1 .coursel_block .owl-controls .owl-dot.active span {
  background: #e61119;
}
.member_wrapper .mb_content2 .list_block_b1 ul {
  width: 700px;
  list-style: none;
  margin-left: 40px;
  padding-top: 15px;
  float: left;
  position: relative;
}
.member_wrapper .mb_content2 .list_block_b1 ul li {
  position: relative;
}
.member_wrapper .mb_content2 .list_block_b1 ul li .clearfix:before,
.member_wrapper .mb_content2 .list_block_b1 ul li .clearfix:after {
  display: table;
  content: " ";
}
.member_wrapper .mb_content2 .list_block_b1 ul li .clearfix:after {
  clear: both;
}
.member_wrapper .mb_content2 .list_block_b1 ul li a {
  width: 100%;
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
}
.member_wrapper .mb_content2 .list_block_b1 ul li a .clearfix:before,
.member_wrapper .mb_content2 .list_block_b1 ul li a .clearfix:after {
  display: table;
  content: " ";
}
.member_wrapper .mb_content2 .list_block_b1 ul li a .clearfix:after {
  clear: both;
}
.member_wrapper .mb_content2 .list_block_b1 ul li p {
  width: 80%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.member_wrapper .mb_content2 .list_block_b1 ul li span {
  float: right;
  font-size: 14px;
  color: #999999;
}
.member_wrapper .mb_content2 .list_block_b1 ul li.more {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -30px;
}
.member_wrapper .mb_content2 .list_block_b1 ul li.more a {
  text-decoration: none;
  font-size: 14px;
}
.member_wrapper .mb_content2 .list_block_b2 {
  width: 100%;
  margin-top: 60px;
}
.member_wrapper .mb_content2 .list_block_b2 .title {
  width: 100%;
  font-size: 28px;
  color: #b30013;
  position: relative;
  line-height: 40px;
  box-sizing: border-box;
  border-bottom: 2px solid #e61119;
  overflow: hidden;
  text-align: left;
}
.member_wrapper .mb_content2 .list_block_b2 .title span {
  font-size: 18px;
  color: #333333;
}
.member_wrapper .mb_content2 .list_block_b2 .owl_gx {
  width: 90%;
  margin: 30px auto;
}
.member_wrapper .mb_content2 .list_block_b2 .owl_gx .owl_block {
  width: 100%;
  text-align: center;
  float: left;
}
.member_wrapper .mb_content2 .list_block_b2 .owl_gx .owl_block .img_block {
  width: 130px;
  height: 174px;
}
.member_wrapper .mb_content2 .list_block_b2 .owl_gx .owl_block .img_block img {
  width: 100%;
  display: block;
}
.member_wrapper .mb_content2 .list_block_b2 .owl_gx .owl_block p {
  width: 100%;
  padding: 0 25px;
  margin-top: 15px;
  box-sizing: border-box;
  font-size: 14px;
  color: #111111;
}
.member_wrapper .mb_content2 .list_block_b2 .owl_gx .owl_block p i {
  color: #d11a29;
  font-style: normal;
}
.member_wrapper .mb_content2 .list_block_b2 .owl_gx .owl_block button {
  width: 130px;
  height: 35px;
  margin-top: 10px;
  border: none;
  outline: none;
  line-height: 35px;
  font-size: 18px;
  background: #d11a29;
  color: #fff;
  cursor: pointer;
}
.member_wrapper .mb_content2 .list_block_b2 .owl_gx .owl-controls {
  display: block;
}
.member_wrapper .mb_content2 .list_block_b2 .owl_gx .owl-controls .owl-dots {
  display: none!important;
}
.member_wrapper .mb_content2 .list_block_b2 .owl_gx .owl-controls .owl-prev,
.member_wrapper .mb_content2 .list_block_b2 .owl_gx .owl-controls .owl-next {
  width: 58px;
  height: 58px;
  top: 50%;
  padding: 0;
  margin-top: -29px;
  bottom: 0;
  position: absolute;
}
.member_wrapper .mb_content2 .list_block_b2 .owl_gx .owl-controls .owl-prev {
  left: -70px;
  background: url('/static/chengtou/images/dan_arrow_right.png') 0 0 no-repeat;
  background-size: 58px;
}
.member_wrapper .mb_content2 .list_block_b2 .owl_gx .owl-controls .owl-next {
  right: -70px;
  background: url('/static/chengtou/images/dan_arrow_left.png') 0 0 no-repeat;
  background-size: 58px;
}
.member_wrapper .mb_content2 .list_block_half {
  width: 48%;
  float: left;
  margin-top: 30px;
}
.member_wrapper .mb_content2 .list_block_half .title {
  width: 100%;
  font-size: 28px;
  color: #b30013;
  position: relative;
  line-height: 40px;
  box-sizing: border-box;
  border-bottom: 2px solid #e61119;
  overflow: hidden;
  text-align: left;
}
.member_wrapper .mb_content2 .list_block_half .title span {
  font-size: 18px;
  color: #333333;
}
.member_wrapper .mb_content2 .list_block_half.mgl2 {
  margin-left: 4%;
}
.member_wrapper .mb_content2 .list_block_half .owl_video {
  width: 90%;
  margin-top: 30px;
}
.member_wrapper .mb_content2 .list_block_half .owl_video .item {
  margin: 0 5px;
  position: relative;
}
.member_wrapper .mb_content2 .list_block_half .owl_video .item video {
  width: 100%;
  outline: none;
}
.member_wrapper .mb_content2 .list_block_half .owl_video .item .video-img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  right: 0;
}
.member_wrapper .mb_content2 .list_block_half .owl_video .item .video-img img {
  width: 100%;
  display: block;
}
.member_wrapper .mb_content2 .list_block_half .owl_video .item .tips {
  width: 250px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.member_wrapper .mb_content2 .list_block_half .owl_video .owl-controls {
  display: block;
}
.member_wrapper .mb_content2 .list_block_half .owl_video .owl-controls .owl-dots {
  display: none!important;
}
.member_wrapper .mb_content2 .list_block_half .owl_video .owl-controls .owl-prev,
.member_wrapper .mb_content2 .list_block_half .owl_video .owl-controls .owl-next {
  width: 13px;
  height: 24px;
  top: 50%;
  padding: 0;
  margin-top: -12px;
  bottom: 0;
  position: absolute;
}
.member_wrapper .mb_content2 .list_block_half .owl_video .owl-controls .owl-prev {
  left: -30px;
  background: url('/static/chengtou/images/v_arrow_l.png') 0 0 no-repeat;
  background-size: 13px;
}
.member_wrapper .mb_content2 .list_block_half .owl_video .owl-controls .owl-next {
  right: -30px;
  background: url('/static/chengtou/images/v_arrow_r.png') 0 0 no-repeat;
  background-size: 13px;
}
.member_wrapper .mb_content2 .list_block_half ul {
  width: 100%;
  margin: 15px 0;
  list-style: none;
  position: relative;
}
.member_wrapper .mb_content2 .list_block_half ul li {
  font-size: 16px;
}
.member_wrapper .mb_content2 .list_block_half ul li a {
  width: 100%;
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
}
.member_wrapper .mb_content2 .list_block_half ul li p {
  width: 80%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.member_wrapper .mb_content2 .list_block_half ul li span {
  float: right;
  font-size: 14px;
  color: #999999;
}
.member_wrapper .mb_content2 .list_block_half ul .more {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -30px;
}
.member_wrapper .mb_content2 .list_block_half ul .more a {
  text-decoration: none;
  font-size: 14px;
}
.member_wrapper .mb_content3 .dan_bot_wrap {
  max-width: 1920px;
  padding-bottom: 150px;
  margin-top: 30px;
  box-sizing: border-box;
  position: relative;
}
.member_wrapper .mb_content3 .dan_bot_wrap .container {
  position: relative;
}
.member_wrapper .mb_content3 .dan_bot_wrap .title {
  width: 100%;
  text-align: center;
}
.member_wrapper .mb_content3 .dan_bot_wrap .title img {
  width: 728px;
  height: 143px;
}
.member_wrapper .mb_content3 .dan_bot_wrap .tab_list_mb {
  list-style: none;
  position: absolute;
  left: 100px;
  top: 25px;
}
.member_wrapper .mb_content3 .dan_bot_wrap .tab_list_mb li {
  margin: 0 20px;
  float: left;
  font-size: 18px;
  color: #111111;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -0-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.member_wrapper .mb_content3 .dan_bot_wrap .tab_list_mb li.active {
  font-size: 24px;
  color: #b30013;
  position: relative;
  line-height: 25px;
}
.member_wrapper .mb_content3 .dan_bot_wrap .title_ph {
  width: 100%;
  height: 70px;
  font-size: 24px;
  color: #b30013;
  position: relative;
  padding-left: 100px;
  line-height: 70px;
  box-sizing: border-box;
  border-bottom: 2px solid #e61119;
  overflow: hidden;
}
.member_wrapper .mb_content3 .dan_bot_wrap .title_ph img {
  width: 78px;
  height: 78px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.member_wrapper .mb_content3 .dan_bot_wrap .dan_carousel {
  width: 950px;
  margin-top: 20px;
  display: none;
}
.member_wrapper .mb_content3 .dan_bot_wrap .dan_carousel ul {
  width: 100%;
  height: 100%;
  list-style: none;
  position: relative;
}
.member_wrapper .mb_content3 .dan_bot_wrap .dan_carousel ul .owl-item .item {
  margin: 0 5px;
}
.member_wrapper .mb_content3 .dan_bot_wrap .dan_carousel ul .owl-item .item .img_wrap {
  height: 240px;
}
.member_wrapper .mb_content3 .dan_bot_wrap .dan_carousel ul .owl-item .item p {
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  margin: 10px 0;
  text-align: center;
}
.member_wrapper .mb_content3 .dan_bot_wrap .dan_carousel ul .owl-item.center p {
  visibility: visible;
  opacity: 1;
}
.member_wrapper .mb_content3 .dan_bot_wrap .dan_carousel ul .owl-controls {
  display: block;
}
.member_wrapper .mb_content3 .dan_bot_wrap .dan_carousel ul .owl-controls .owl-dots {
  display: none!important;
}
.member_wrapper .mb_content3 .dan_bot_wrap .dan_carousel ul .owl-controls .owl-prev,
.member_wrapper .mb_content3 .dan_bot_wrap .dan_carousel ul .owl-controls .owl-next {
  width: 58px;
  height: 58px;
  top: 50%;
  padding: 0;
  margin-top: -29px;
  bottom: 0;
  position: absolute;
}
.member_wrapper .mb_content3 .dan_bot_wrap .dan_carousel ul .owl-controls .owl-prev {
  left: -70px;
  background: url('/static/chengtou/images/dan_arrow_right.png') 0 0 no-repeat;
  background-size: 58px;
}
.member_wrapper .mb_content3 .dan_bot_wrap .dan_carousel ul .owl-controls .owl-next {
  right: -70px;
  background: url('/static/chengtou/images/dan_arrow_left.png') 0 0 no-repeat;
  background-size: 58px;
}
.member_list_wrapper {
  padding-bottom: 200px;
  background: url('/static/chengtou/images/mb_all_banner.png') 0 100% no-repeat;
  background-size: 100%;
}
.member_list_wrapper .banner_block {
  width: 100%;
  height: 290px;
  background: url('/static/chengtou/images/mb_banner.png') center center;
  background-size: cover;
}
.member_list_wrapper .text_content {
  margin-top: 57px;
}
.member_list_wrapper .text_content h4 {
  display: inline-block;
  font-size: 36px;
  color: #b30013;
  padding-bottom: 23px;
  box-sizing: border-box;
  border-bottom: 2px solid #b30013;
}
.member_list_wrapper .text_content ul.text_ul {
  width: 100%;
  padding-right: 40px;
  box-sizing: border-box;
  list-style: none;
  border-top: 1px solid #d6d6d6;
}
.member_list_wrapper .text_content ul.text_ul li {
  width: 100%;
  display: table;
  padding: 30px 0;
  cursor: pointer;
  border-bottom: 1px dashed #d6d6d6;
}
.member_list_wrapper .text_content ul.text_ul li span {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
.member_list_wrapper .text_content ul.text_ul li span.date {
  width: 150px;
  vertical-align: middle;
  color: #b10014;
}
.member_list_detail .content_block {
  padding-top: 60px;
}
.member_list_detail .banner_block {
  width: 100%;
  height: 290px;
  background: url('/static/chengtou/images/mb_banner.png') center 0;
  background-size: cover;
}
.member_list_detail .member_detail {
  width: 70%;
  padding: 80px 60px;
  box-sizing: border-box;
  background: #fff;
}
.member_list_detail .member_detail h4 {
  font-size: 28px;
  color: #000000;
  line-height: 40px;
  font-weight: initial;
}
.member_list_detail .member_detail .date {
  margin-top: 20px;
  font-size: 14px;
  color: #999999;
}
.member_list_detail .member_detail .text_cont {
  margin-top: 35px;
}
.member_list_detail .member_detail .text_cont p {
  font-size: 16px;
  color: #333333;
  margin: 15px 0;
  line-height: 30px;
  text-indent: 35px;
}
.member_list_detail .member_detail .text_cont img {
  width: 100%!important;
  margin: 15px 0;
  display: block;
}
.member_list_detail .member_next_block {
  width: 28%;
  padding: 27px;
  box-sizing: border-box;
  background: #fff;
}
.member_list_detail .member_next_block h4 {
  font-size: 21px;
  color: #301b15;
  margin-bottom: 30px;
}
.member_list_detail .member_next_block p {
  font-size: 16px;
  color: #333333;
}
.member_list_detail .member_next_block p.date {
  margin-top: 28px;
  font-size: 14px;
  color: #999999;
}
.search_detail_wrapper .banner_block {
  background: url('/static/chengtou/images/banner_search.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  background-position: center 0;
}
.search_detail_wrapper .content_block {
  width: 100%;
  padding: 35px 0;
}
.search_detail_wrapper .content_block .search_box input {
  width: 240px;
  height: 40px;
  background: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  border: none;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  line-height: normal;
  font-size: 16px;
  color: #000;
  float: left;
}
.search_detail_wrapper .content_block .search_box input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333333;
  font-size: 16px;
}
.search_detail_wrapper .content_block .search_box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  font-size: 16px;
}
.search_detail_wrapper .content_block .search_box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333333;
  font-size: 16px;
}
.search_detail_wrapper .content_block .search_box button {
  width: 66px;
  height: 40px;
  float: left;
  background: #c1a886;
  font-size: 16px;
  color: #fff;
  border: none;
  outline: none;
  margin-left: 11px;
}
.search_detail_wrapper .content_block p.tips {
  font-size: 16px;
  color: #333333;
  margin-top: 26px;
  padding-left: 10px;
  box-sizing: border-box;
}
.search_detail_wrapper .content_block .search_result {
  width: 100%;
}
.search_detail_wrapper .content_block .search_result ul {
  width: 100%;
  margin-top: 20px;
  list-style: none;
}
.search_detail_wrapper .content_block .search_result ul li {
  font-size: 16px;
  color: #333333;
  padding: 20px 0;
  border-bottom: 1px dashed #d6d6d6;
}
.search_detail_wrapper .content_block .search_result ul li span {
  border-right: 1px solid #d6d6d6;
  padding-right: 10px;
  margin-right: 10px;
}
.intro_footer2 {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
.pages_footer {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  -moz-box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  color: #666666;
  box-sizing: border-box;
  z-index: 100;
  position: relative;
}
.pages_footer .container {
  width: 100%;
  max-width: 1200px;
  padding: 20px 150px;
  box-sizing: border-box;
}
.pages_footer .link {
  width: 200px;
  float: right;
}
.pages_footer p {
  font-size: 12px;
  color: #fff;
  line-height: 40px;
  /*float: left;*/
  box-sizing: border-box;
}
.pages_footer a.yq {
  margin-right: 15px;
}
.pages_footer a {
  display: inline-block;
  width: 90px;
  height: 31px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  border-radius: 15px;
  border: 1px solid #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -0-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.pages_footer a span {
  visibility: hidden;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -22px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 100;
  border-width: 7px 7px 0px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -0-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pages_footer a.active {
  background: #1e89e0;
  border: 1px solid #1e89e0;
  color: #fff;
}
.pages_footer a.active span {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.pages_footer .dialog_xf,
.pages_footer .dialog_yq {
  padding: 26px;
}
.pages_footer .dialog_xf .over_box,
.pages_footer .dialog_yq .over_box {
  max-height: 250px;
  box-sizing: border-box;
}
.pages_footer .dialog_yq {
  width: 100%;
  visibility: hidden;
  position: absolute;
  z-index: 100;
  bottom: 100%;
  left: 0;
  right: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -0-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pages_footer .dialog_yq ul {
  list-style: none;
  float: left;
  margin: 0 15px;
}
.pages_footer .dialog_yq ul li {
  width: 25%;
  font-size: 14px;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 28px;
  float: left;
  color: #fff;
  text-align: left;
}
.pages_footer .dialog_yq.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.pages_footer .dialog_xf {
  visibility: hidden;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -0-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pages_footer .dialog_xf ul {
  width: auto;
  list-style: none;
  float: left;
  padding: 0 2%;
  box-sizing: border-box;
}
.pages_footer .dialog_xf ul li {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-align: left;
}
.pages_footer .dialog_xf span {
  display: inline-block;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -7px;
  right: 150px;
  margin: 0 auto;
  z-index: 100;
  border-width: 7px 7px 0px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
}
.pages_footer .dialog_xf.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.special_wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url('/static/chengtou/images/spe_bg.png') 0 0 no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.special_wrapper .special_container {
  width: 90%;
  margin: 0 auto;
}
.special_wrapper .special_container .top_header {
  width: 100%;
  padding-top: 1%;
}
.special_wrapper .special_container .top_header .logo {
  width: 469px;
}
.special_wrapper .special_container .top_header .logo img {
  width: 100%;
  display: block;
}
.special_wrapper .special_container .tit_text {
  width: 324px;
  margin-top: 0%;
}
.special_wrapper .special_container .tit_text img {
  width: 100%;
  display: block;
}
.special_wrapper .special_container #swiper-special {
  width: 90%;
  height: 75%;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.special_wrapper .special_container #swiper-special .swiper-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.special_wrapper .special_container #swiper-special .swiper-slide {
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.special_wrapper .special_container #swiper-special .swiper-slide .all_content {
  width: 80%;
  height: 80%;
  padding: 5%;
  height: 100%;
  float: right;
  position: relative;
}
.special_wrapper .special_container #swiper-special .swiper-slide .all_content .posi_center {
  width: 100%;
  height: 100%;
}
.special_wrapper .special_container #swiper-special .swiper-slide .all_content .posi_center .right_text {
  width: 35%;
  height: 100%;
  padding: 30px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  background: #fff;
  /*滚动条整体样式*/
  /*滚动条滑块*/
  /*滚动条轨道*/
}
.special_wrapper .special_container #swiper-special .swiper-slide .all_content .posi_center .right_text .content {
  width: 100%;
  height: 100%;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  overflow-y: scroll;
  box-sizing: border-box;
}
.special_wrapper .special_container #swiper-special .swiper-slide .all_content .posi_center .right_text .content h4 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.special_wrapper .special_container #swiper-special .swiper-slide .all_content .posi_center .right_text .content p {
  font-size: 15px;
  color: #333333;
  line-height: 30px;
  text-indent: 30px;
}
.special_wrapper .special_container #swiper-special .swiper-slide .all_content .posi_center .right_text .scrollbar {
  width: 30px;
  height: 300px;
  margin: 0 auto;
}
.special_wrapper .special_container #swiper-special .swiper-slide .all_content .posi_center .right_text .box::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}
.special_wrapper .special_container #swiper-special .swiper-slide .all_content .posi_center .right_text .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.special_wrapper .special_container #swiper-special .swiper-slide .all_content .posi_center .right_text .box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background: #ccc;
}
.special_wrapper .special_container #swiper-special .swiper-slide .all_content .posi_center .left_pic {
  width: 65%;
  height: 100%;
  float: left;
  position: relative;
}
.special_wrapper .special_container #swiper-special .swiper-slide .all_content .posi_center .left_pic img {
  width: 100%;
  height: 100%;
}
.special_wrapper .special_container #swiper-special .swiper-slide .all_content .posi_center .left_pic .title {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding-left: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
}
.special_wrapper .special_container #swiper-special .swiper-slide1 .all_content {
  margin: 0 auto;
  float: inherit;
  text-align: center;
}
.special_wrapper .special_container #swiper-special .swiper-slide1 .all_content img {
  width: 80%;
  margin: 0 auto;
  position: relative;
  top: 40%;
  margin-top: -188px;
}
.special_wrapper .special_container #swiper-special .swiper-slide2 .all_content {
  padding: 4% 8%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('/static/chengtou/images/spe_slide1_bg.png') 0 0 no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.special_wrapper .special_container #swiper-special .swiper-slide2 .all_content p {
  font-size: 18px;
  color: #000000;
  margin: 15px 0;
  line-height: 36px;
  text-indent: 35px;
}
.special_wrapper .special_container #swiper-special .swiper-slide3 .all_content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: url('/static/chengtou/images/spe_slide2_bg.png') 0 0 no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.special_wrapper .special_container #swiper-special .swiper-slide3 .all_content .gallery-top {
  width: 100%;
  height: 100%;
}
.special_wrapper .special_container #swiper-special .swiper-slide3 .all_content .gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.special_wrapper .special_container #swiper-special .swiper-slide3 .all_content .bottom_handel {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
.special_wrapper .special_container #swiper-special .swiper-slide3 .all_content .bottom_handel .gallery-thumbs {
  width: 75%;
  height: 100px;
}
.special_wrapper .special_container #swiper-special .swiper-slide3 .all_content .bottom_handel .gallery-thumbs .swiper-wrapper {
  width: 100%;
  height: 100px;
}
.special_wrapper .special_container #swiper-special .swiper-slide3 .all_content .bottom_handel .gallery-thumbs .swiper-slide {
  width: 20%;
  height: 70px;
  margin-top: 14px;
}
.special_wrapper .special_container #swiper-special .swiper-slide3 .all_content .bottom_handel .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.special_wrapper .special_container #swiper-special .swiper-slide3 .all_content .bottom_handel .gallery-thumbs .swiper-slide-thumb-active {
  border: 2px solid #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.special_wrapper .special_container #swiper-special .swiper-slide3 .all_content .bottom_handel .gallery-thumbs .swiper-slide-thumb-active:after {
  content: '';
  width: 20px;
  height: 13px;
  background: url(/static/chengtou/images/arrow_li.png) 0 0 no-repeat;
  -o-background-size: 100%;
  background-size: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.special_wrapper .special_container #swiper-special .swiper-slide3 .all_content .bottom_handel .swiper-button-next,
.special_wrapper .special_container #swiper-special .swiper-slide3 .all_content .bottom_handel .swiper-button-prev {
  width: 80px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: none !important;
  top: 50%;
  margin-top: -9px;
}
.special_wrapper .special_container #swiper-special .swiper-slide3 .all_content .bottom_handel .swiper-button-next {
  right: 0;
}
.special_wrapper .special_container #swiper-special .swiper-slide3 .all_content .bottom_handel .swiper-button-prev {
  left: 0;
}
.special_wrapper .special_container #swiper-special .swiper-slide4 .all_content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: url('/static/chengtou/images/spe_slide3_bg.png') 0 0 no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.special_wrapper .special_container #swiper-special .swiper-slide5 .all_content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: url('/static/chengtou/images/spe_slide4_bg.png') 0 0 no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.special_wrapper .special_container #swiper-special .swiper-slide6 .all_content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: url('/static/chengtou/images/spe_slide5_bg.png') 0 0 no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.special_wrapper .special_container #swiper-special .left_navigation {
  width: 20%;
  height: 579px;
  float: left;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0%;
  border-radius: 5px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 10000;
  background: url('/static/chengtou/images/spe_nav_bg.png') 0 0 no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.special_wrapper .special_container #swiper-special .left_navigation .navigation {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.special_wrapper .special_container #swiper-special .left_navigation .navigation li {
  width: 100%;
  text-align: center;
  list-style: none;
  overflow: hidden;
  cursor: pointer;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
}
.special_wrapper .special_container #swiper-special .left_navigation .navigation li.active {
  background: url('/static/chengtou/images/handler.png') 0 0 no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.special_wrapper .special_container #swiper-special .swiper-pagination {
  text-align: center;
  right: 0% !important;
}
.special_wrapper .special_container #swiper-special .swiper-pagination .swiper-pagination-bullet-active {
  width: 18px !important;
  height: 18px !important;
}
.special_wrapper .special_container #swiper-special .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 20px auto;
  opacity: 1;
  background: #514a4a;
}
@-webkit-keyframes tipsmove {
  0% {
    -webkit-transform: translate3d(0, 10px, 0px);
    transform: translate3d(0, 10px, 0px);
  }
  50% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 10px, 0px);
    transform: translate3d(0px, 10px, 0px);
  }
}
@-moz-keyframes tipsmove {
  0% {
    -moz-transform: translate3d(0, 10px, 0px);
    transform: translate3d(0, 10px, 0px);
  }
  50% {
    -moz-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    -moz-transform: translate3d(0px, 10px, 0px);
    transform: translate3d(0px, 10px, 0px);
  }
}
@-o-keyframes tipsmove {
  0% {
    transform: translate3d(0, 10px, 0px);
  }
  50% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(0px, 10px, 0px);
  }
}
@keyframes tipsmove {
  0% {
    -webkit-transform: translate3d(0, 10px, 0px);
    -moz-transform: translate3d(0, 10px, 0px);
    transform: translate3d(0, 10px, 0px);
  }
  50% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    transform: translate3d(0px, 10px, 0px);
  }
}
.tips_scroll {
  -webkit-animation: tipsmove 1s infinite ease-in-out;
  -moz-animation: tipsmove 1s infinite ease-in-out;
  -o-animation: tipsmove 1s infinite ease-in-out;
  animation: tipsmove 1s infinite ease-in-out;
  display: inline-block;
}
.news_detail_content img {
  max-height: auto !important;
  height: auto !important;
  max-width: 640px !important;
}
.childpage_wrapper .content_block .second_page .title.none_line:after {
  display: none;
}
.home_carousel .swiper-img {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 10s ease;
  transition: all 10s ease;
}
.home_carousel .active .swiper-img {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.home_carousel .active .text_box h4,
.home_carousel .active .text_box p,
.home_carousel .active .text_box a.more,
.home_carousel .active .text_box img {
  -webkit-transform: translateX(0px) !important;
  -moz-transform: translateX(0px) !important;
  -ms-transform: translateX(0px) !important;
  -o-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
  opacity: 1!important;
  visibility: visible!important;
}
.owl-theme .owl-controls {
  display: none;
}
.home_carousel .owl-theme .owl-controls {
  display: block;
}
#articleContent_canvas_div,.hr_detail_content .content{
  text-align: justify;
}
@media (min-width: 1240px) {
  .news_detail_wrapper .news_detail_content .container {
    width: 1000px;
  }
}<!--0.00028896331787109-->